Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 307 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 307 Bytes

Project Description

This is a simple CMake project

Build executable and test cases

cmake -S . -B build
cmake --build build

Execute binary

./build/src/cmake_example 1 1 A

Execute test cases

./build/test/explore_me_test
# or 
cd build && ctest --verbose