The project using cmake build tool.
mkdir build
cd build
# run cmake to generate the build artifacts
cmake .. -DCMAKE_BUILD_TYPE=Debug -G "Unix Makefiles"
# compile the project
make all
Beyond others, two binaries have been created:
- ./test/TestApp_test
- ./src/TestApp_run