We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8394276 commit 6295b7eCopy full SHA for 6295b7e
interpreter/CppInterOp/unittests/CppInterOp/CMakeLists.txt
@@ -31,6 +31,8 @@ export_executable_symbols(CppInterOpTests)
31
32
unset(LLVM_LINK_COMPONENTS)
33
34
+# disable DLM tests for windows
35
+if(NOT WIN32)
36
add_cppinterop_unittest(DynamicLibraryManagerTests DynamicLibraryManagerTest.cpp)
37
target_link_libraries(DynamicLibraryManagerTests
38
PRIVATE
@@ -42,3 +44,4 @@ set_output_directory(DynamicLibraryManagerTests BINARY_DIR ${CMAKE_CURRENT_BINAR
42
44
add_dependencies(DynamicLibraryManagerTests TestSharedLib)
43
45
#export_executable_symbols_for_plugins(TestSharedLib)
46
add_subdirectory(TestSharedLib)
47
0 commit comments