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