You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Robin Thoni f7d7f9edf0 README 7 years ago
CMakeModules init 7 years ago
src Result 7 years ago
tests init 7 years ago
.gitignore init 7 years ago
CMakeLists.txt init 7 years ago
README.md README 7 years ago

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).