This is a C++ project template using CMake and CPM.cmake for dependency management.
The main CMake configuration file is CMakeLists.txt. It sets up the project, specifies the C++ standard, and includes the CPM.cmake script for dependency management.
The CPM.cmake script is used for managing dependencies. It allows you to easily add and manage third-party libraries.
The source files for the project are located in the src directory. The main entry point of the application is main.cpp.
Contributions are welcome! Please open an issue or submit a pull request on GitHub.
- CPM.cmake for dependency management