Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
Robin Thoni f7d7f9edf0 README 10 anos atrás
CMakeModules init 10 anos atrás
src Result 10 anos atrás
tests init 10 anos atrás
.gitignore init 10 anos atrás
CMakeLists.txt init 10 anos atrás
README.md README 10 anos atrás

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