Skip to content

Commit 4a2c91e

Browse files
committed
moving utils too add_cppinterop_unittest
1 parent 2b3fcee commit 4a2c91e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

unittests/CppInterOp/CMakeLists.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,11 @@ if (NOT EMSCRIPTEN)
8989
set(EXTRA_PATH_TEST_BINARIES /TestSharedLib/unittests/bin/$<CONFIG>/)
9090
endif()
9191

92-
list(APPEND EXTRA_TEST_SOURCE_FILES Utils.cpp)
93-
add_cppinterop_unittest(DynamicLibraryManagerTests DynamicLibraryManagerTest.cpp ${EXTRA_TEST_SOURCE_FILES})
92+
add_cppinterop_unittest(DynamicLibraryManagerTests
93+
DynamicLibraryManagerTest.cpp
94+
Utils.cpp
95+
${EXTRA_TEST_SOURCE_FILES}
96+
)
9497

9598
target_link_libraries(DynamicLibraryManagerTests
9699
PRIVATE

0 commit comments

Comments
 (0)