mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-22 13:05:51 +03:00
5 lines
189 B
CMake
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)
|