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 3c4cdc9 commit bd5dab5Copy full SHA for bd5dab5
example_module/src/CMakeLists.txt
@@ -33,10 +33,6 @@ add_library(${LIB_NAME} SHARED ${SRC_Include}
33
)
34
35
add_library(${SDK_TARGET_NAMESPACE}::${LIB_NAME} ALIAS ${LIB_NAME})
36
-if(WIN32 AND (MSVC OR MINGW))
37
- message(STATUS "WIN32 AND (MSVC OR MINGW) -> set OPENDAQ_MODULE_EXPORTS")
38
- target_compile_definitions(${LIB_NAME} PUBLIC OPENDAQ_MODULE_EXPORTS)
39
-endif()
40
41
if (MSVC)
42
target_compile_options(${LIB_NAME} PRIVATE /bigobj)
0 commit comments