Welcome to mirror list, hosted at ThFree Co, Russian Federation.

DefineOptions.cmake « csync - github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9ba14800d435ed3fcd1a71ed0fada8c3d61d7523 (plain)
1
2
3
4
5
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)