We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b07bddc commit f6b5e38Copy full SHA for f6b5e38
CMakeLists.txt
@@ -7,6 +7,7 @@ string(REGEX REPLACE "#define COUNTLY_SDK_VERSION \"([^\"]+)\"" "\\1" COUNTLY_SD
7
project(countly VERSION ${COUNTLY_SDK_VERSION} LANGUAGES CXX)
8
9
option(BUILD_SHARED_LIBS "Build shared libraries" ON)
10
+option(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS "Create a module definition (.def) on Windows." ON)
11
option(COUNTLY_USE_CUSTOM_HTTP "Use a custom HTTP library" OFF)
12
option(COUNTLY_USE_SQLITE "Use SQLite" OFF)
13
option(COUNTLY_BUILD_TESTS "Build test programs" OFF)
0 commit comments