Skip to content

Targoman/CMakeMultiDepAppTemplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QBuildSystem-sampleApp

A template CMake project for a multi dependency C++ application

To configure the project run:

git submodule update --init --recursive
cmake -S . -B out/build

in the root directory of the project, then to build the project run:

cmake --build out/build

Have fun :)

About

A template CMake project for a multi dependency C++ application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published