mirror of
https://github.com/chylex/Nextcloud-Desktop.git
synced 2024-11-25 19:42:45 +01:00
6 lines
189 B
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)
|