nextcloud-desktop/DefineOptions.cmake

4 lines
155 B
CMake
Raw Normal View History

2008-02-27 20:56:47 +03:00
option(WITH_LOG4C "Build csync without log4c" ON)
option(UNIT_TESTING "Build with unit tests" OFF)
2008-07-28 13:49:56 +04:00
option(MEM_NULL_TESTS "Enable NULL memory testing" OFF)