Skip to content

balroggg/cmake_cpp_template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CMake cpp project template

Supported tools:

How to build:

mkdir build && cd build
cmake .. -GNinja
ninja

Directories:

tree
.
├── CMakeLists.txt
├── LICENSE
├── README.md
├── srcs
│   └── hello_world.cpp
└── tests
    └── test.cpp

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published