Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 390 Bytes

File metadata and controls

26 lines (23 loc) · 390 Bytes

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