Skip to content

DCubix/cmake-project-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CMake Project Template

This is a C++ project template using CMake and CPM.cmake for dependency management.

Project Configuration

CMakeLists.txt

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.

CPM.cmake

The CPM.cmake script is used for managing dependencies. It allows you to easily add and manage third-party libraries.

Source Files

The source files for the project are located in the src directory. The main entry point of the application is main.cpp.

Contributing

Contributions are welcome! Please open an issue or submit a pull request on GitHub.

Acknowledgements

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published