nextcloud-desktop/DefineOptions.cmake
Andreas Schneider 5b3f0aad3d Add option to enable unit testing.
Unit testing is disabled by default.
2008-03-03 12:27:52 +01:00

2 lines
99 B
CMake

option(WITH_LOG4C "Build csync without log4c" ON)
option(UNIT_TESTING "Build with unit tests" OFF)