/cpp-application-template

C++ Project Template

Primary LanguageCMakeGNU General Public License v3.0GPL-3.0

cpp-application-template

C++ Project Template

Building

  • Configure with CMake
  • Build with the CMake Command
mkdir ./build
cmake -S ./ -B ./build
cmake --build ./build

Running