Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
Robin Thoni 8ff15b915f moved socket from cli to conf vor 7 Jahren
CMakeModules added sources vor 7 Jahren
src moved socket from cli to conf vor 7 Jahren
tests moved socket from cli to conf vor 7 Jahren
.gitignore init vor 7 Jahren
CMakeLists.txt added sources vor 7 Jahren
README.md added sources vor 7 Jahren
milter-sasl.json moved socket from cli to conf vor 7 Jahren

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