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 8ff15b915f moved socket from cli to conf 7 anos atrás
CMakeModules added sources 7 anos atrás
src moved socket from cli to conf 7 anos atrás
tests moved socket from cli to conf 7 anos atrás
.gitignore init 7 anos atrás
CMakeLists.txt added sources 7 anos atrás
README.md added sources 7 anos atrás
milter-sasl.json moved socket from cli to conf 7 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).