nextcloud-desktop/csync/DefineOptions.cmake
2014-01-13 14:39:50 +01:00

5 lines
189 B
CMake

if ( NOT WIN32 )
option(WITH_ICONV "Build csync with iconv support" ON)
endif()
option(UNIT_TESTING "Build with unit tests" OFF)
option(MEM_NULL_TESTS "Enable NULL memory testing" OFF)