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 779473e commit 22cae13Copy full SHA for 22cae13
testing/CMakeLists.txt
@@ -74,7 +74,8 @@ endif()
74
message(STATUS ${LSL_TEST_INTERNAL_SRCS})
75
add_executable(lsl_test_internal ${LSL_TEST_INTERNAL_SRCS})
76
target_link_libraries(lsl_test_internal PRIVATE lslobj lslboost common catch_main)
77
-
+# Pretend that lsl_test_internal is part of a shared lib so that it can use the __export symbols lslobj. REQ by MinGW.
78
+target_compile_definitions(lsl_test_internal PRIVATE LIBLSL_EXPORTS)
79
80
if(LSL_BENCHMARKS)
81
# to get somewhat reproducible performance numbers:
0 commit comments