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 af31948 commit 7721011Copy full SHA for 7721011
runtime/ompstub/CMakeLists.txt
@@ -26,6 +26,9 @@ endif()
26
set(SHARED_LIBRARY TRUE)
27
add_flang_library(ompstub_shared ${OMPSTUB_SRC})
28
set_property(TARGET ompstub_shared PROPERTY OUTPUT_NAME ompstub)
29
+if (MSVC)
30
+ set_target_properties(ompstub_shared PROPERTIES WINDOWS_EXPORT_ALL_SYMBOLS TRUE)
31
+endif()
32
set(SHARED_LIBRARY FALSE)
33
34
set_target_properties(ompstub_static ompstub_shared
0 commit comments