Short project description
- what it does?
- Short usage example
Following dependencies must be installed on the host system
- dependency1 [>= version]
- dependency2
./ProjectName --requiredArg <arg_val> [--optional_arg <arg_val> ...]
-a | --arg1: description
mkdir -p _build && cd _build
cmake ../
make -j 8
- argument 1
- argument 2
Enable BRINGAUTO_TESTS in cmake and run ctests
cmake -DBRINGAUTO_TESTS=ON ../
make
ctest