/cpp-build-with-cmake

Building a cpp project with cmake

Primary LanguageCMakeGNU General Public License v3.0GPL-3.0

cpp-build-with-cmake

Building a cpp project with cmake

Usage

mkdir build
cd build
cmake ..
cmake --build .

Executable will be built in 'build/' folder.