Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 491 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 491 Bytes

CMake Template

Just a bunch of my frequently used CMake configurations.

./Configs: Contains the configurations. /SharedLibrary: Contains the most common setup for a shared library. /Executable: Contains the most common setup for a executable project. /QtCreatorPlainCppCMake: QtCreator's Plain C++ project template. /FetchContent: The most commonly fetched repositories, like GTest. ./DeveloperTest: The developers test for the configurations.