nextcloud-desktop/csync/DefineOptions.cmake

6 lines
189 B
CMake
Raw Normal View History

2012-12-08 02:09:46 +04:00
if ( NOT WIN32 )
option(WITH_ICONV "Build csync with iconv support" ON)
endif()
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)