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 2b3fcee commit 4a2c91eCopy full SHA for 4a2c91e
unittests/CppInterOp/CMakeLists.txt
@@ -89,8 +89,11 @@ if (NOT EMSCRIPTEN)
89
set(EXTRA_PATH_TEST_BINARIES /TestSharedLib/unittests/bin/$<CONFIG>/)
90
endif()
91
92
-list(APPEND EXTRA_TEST_SOURCE_FILES Utils.cpp)
93
-add_cppinterop_unittest(DynamicLibraryManagerTests DynamicLibraryManagerTest.cpp ${EXTRA_TEST_SOURCE_FILES})
+add_cppinterop_unittest(DynamicLibraryManagerTests
+ DynamicLibraryManagerTest.cpp
94
+ Utils.cpp
95
+ ${EXTRA_TEST_SOURCE_FILES}
96
+)
97
98
target_link_libraries(DynamicLibraryManagerTests
99
PRIVATE
0 commit comments