Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Robin Thoni f7d7f9edf0 README il y a 7 ans
CMakeModules init il y a 7 ans
src Result il y a 7 ans
tests init il y a 7 ans
.gitignore init il y a 7 ans
CMakeLists.txt init il y a 7 ans
README.md README il y a 7 ans

README.md

CMake C++ starter kit

Here is a starter kit for C++ using CMake build system. The aim is to be used with CLion. It include a test project with GTest and a cmake module to find JsonCpp library.

Usage

Just clone and open the directory with CLion, it will generate a target to build the exe and the tests (if GTest is found).