nextcloud-desktop/DefineOptions.cmake
Andreas Schneider 2f73648239 Add DEVELOPER options.
With this option you can work with the files in the build directory.
2008-03-06 17:41:27 +01:00

3 lines
147 B
CMake

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