A template repo for new projects
Make sure to do the following:
- rename the project
project(nil-PLACEHOLDER CXX)
- make sure that
config.cmake.in
is proper and complete- all external dependencies should be found (find_package)
- all internal dependencies should be included (include targets.cmake)