/cmakeexample

example of app with 2 libraries built using cmake

Primary LanguageCMakeGNU General Public License v3.0GPL-3.0

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