Skip to content

My CMake project template for a quick functional modern C++ environment.

Notifications You must be signed in to change notification settings

firilisinof/cmake-project-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CMake Project Template

This project requires at least cmake 3.20 and ninja. It supports CMake presets.

How to build?

cmake --preset debug
cmake --build --preset debug
cmake --preset release
cmake --build --preset release

About

My CMake project template for a quick functional modern C++ environment.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published