Skip to content

Commit f908361

Browse files
Merge pull request #25 from Countly/sdk-620
[SDK-620] WINDOWS_EXPORT_ALL_SYMBOLS added in cmake file
2 parents b07bddc + f6b5e38 commit f908361

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ string(REGEX REPLACE "#define COUNTLY_SDK_VERSION \"([^\"]+)\"" "\\1" COUNTLY_SD
77
project(countly VERSION ${COUNTLY_SDK_VERSION} LANGUAGES CXX)
88

99
option(BUILD_SHARED_LIBS "Build shared libraries" ON)
10+
option(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS "Create a module definition (.def) on Windows." ON)
1011
option(COUNTLY_USE_CUSTOM_HTTP "Use a custom HTTP library" OFF)
1112
option(COUNTLY_USE_SQLITE "Use SQLite" OFF)
1213
option(COUNTLY_BUILD_TESTS "Build test programs" OFF)

0 commit comments

Comments
 (0)