Simple template for unicorn. This is an example of how CPM can be used to manage dependencies in your CMake project.
See CMakeLists.txt
for details, it is much simpler than you might expect.
mkdir build && cd build
cmake ..
cmake --build .
That's it!