Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 317 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 317 Bytes

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 :)