aoloe / cpp-lucerne-modern-cmake

Modern CMake Workshop example project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Modern CMake Workshop example project

An example C++ project for the Modern CMake workshop of the C++ Usergroup Zentralschweiz.

Notes

Steps

  1. start by adding validator to the the projectadd
  2. add the tests for the validator (tests directory + catch)
  3. get the decoder to compile

Visual Studio

With Visual Studio, you have to tell cmake to create the build directory with all the Visual Studio stuff

cmake --build build

where the second build is the name of the build directory.

About

Modern CMake Workshop example project

License:MIT License


Languages

Language:Python 44.9%Language:CMake 30.6%Language:C++ 23.9%Language:Batchfile 0.6%