Skip to content

gccore/CMakeTemplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.