From a242ddbea9ffb762ce4056fac68bf48b2f246a33 Mon Sep 17 00:00:00 2001 From: Shreyas Atre Date: Sat, 17 Feb 2024 15:50:08 -0600 Subject: [PATCH] Test without having path.cpp into sources Signed-off-by: Shreyas Atre --- unittests/CppInterOp/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unittests/CppInterOp/CMakeLists.txt b/unittests/CppInterOp/CMakeLists.txt index 9fe465428..75dccf556 100644 --- a/unittests/CppInterOp/CMakeLists.txt +++ b/unittests/CppInterOp/CMakeLists.txt @@ -22,7 +22,7 @@ export_executable_symbols(CppInterOpTests) unset(LLVM_LINK_COMPONENTS) -add_cppinterop_unittest(DynamicLibraryManagerTests DynamicLibraryManagerTest.cpp ${CMAKE_SOURCE_DIR}/lib/Interpreter/Paths.cpp) +add_cppinterop_unittest(DynamicLibraryManagerTests DynamicLibraryManagerTest.cpp) target_link_libraries(DynamicLibraryManagerTests PRIVATE clangCppInterOp