5 linhas
228 B
CMake
5 linhas
228 B
CMake
option(WITH_LOG4C "Build csync without log4c" ON)
|
|
option(UNIT_TESTING "Build with unit tests" OFF)
|
|
option(MEM_NULL_TESTS "Enable NULL memory testing" OFF)
|
|
option(LOG_TO_CALLBACK "Enable extended logging through a callback" OFF)
|