cmakeexample
example of app with 2 libraries built using cmake
Create make config in build directory
cmake . -B build
Do build
cmake --build build
Do test
cmake --build build --target test
example of app with 2 libraries built using cmake
cmake . -B build
cmake --build build
cmake --build build --target test