VioletGiraffe / cmake-project-template

CMake C++ project template with custom build flags and target directories

Repository from Github https://github.comVioletGiraffe/cmake-project-templateRepository from Github https://github.comVioletGiraffe/cmake-project-template

This is my CMake C++ project template, that adjusts some default compiler flags to what I want to have (for Clang, MSVC and GCC). Links to a library via add_subdirectory().

Redefine MyNewApp to your project name, and change it in .github\workflows\CI.yml (if you want to). Add or remove submodules as necessary.

About

CMake C++ project template with custom build flags and target directories

License:MIT License


Languages

Language:CMake 71.7%Language:Shell 10.0%Language:Batchfile 9.6%Language:C++ 8.8%