We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d4428b commit 2365e14Copy full SHA for 2365e14
1 file changed
common/CMakeLists.txt
@@ -117,6 +117,9 @@ target_compile_features (${TARGET} PUBLIC cxx_std_17)
117
118
if (BUILD_SHARED_LIBS)
119
set_target_properties(${TARGET} PROPERTIES POSITION_INDEPENDENT_CODE ON)
120
+
121
+ # TODO: make fine-grained exports in the future
122
+ set_target_properties(${TARGET} PROPERTIES WINDOWS_EXPORT_ALL_SYMBOLS ON)
123
endif()
124
125
target_link_libraries(${TARGET} PRIVATE
0 commit comments