1
0
Fork 0
Nextcloud-Desktop/csync/DefineOptions.cmake

6 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)