Skip to content

kands-code/ks-cmake-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Template of C++ project with CMake

Config

To initialize project, run:

cmake -B build -S .

Build

To build project, run:

cmake --build build/

If you want rebuild project entirely, run:

cmake --build build/ --clean-first

Run

To run binary, run:

./build/app/app

About

Simple template for C++ project with CMake.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published