Skip to content

Commit 169f56b

Browse files
committed
Build TestSharedLib inside InterOp unittests
1 parent 4bf1ba6 commit 169f56b

File tree

1 file changed

+2
-2
lines changed
  • interpreter/CppInterOp/unittests/CppInterOp/TestSharedLib

1 file changed

+2
-2
lines changed

Diff for: interpreter/CppInterOp/unittests/CppInterOp/TestSharedLib/CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ add_llvm_library(TestSharedLib
55
TestSharedLib.cpp)
66
# Put TestSharedLib next to the unit test executable.
77
set_output_directory(TestSharedLib
8-
BINARY_DIR ${CMAKE_BINARY_DIR}/unittests/bin/$<CONFIG>/
9-
LIBRARY_DIR ${CMAKE_BINARY_DIR}/unittests/bin/$<CONFIG>/
8+
BINARY_DIR ${CMAKE_CURRENT_BINARY_DIR}/unittests/bin/$<CONFIG>/
9+
LIBRARY_DIR ${CMAKE_CURRENT_BINARY_DIR}/unittests/bin/$<CONFIG>/
1010
)
1111
set_target_properties(TestSharedLib PROPERTIES FOLDER "Tests")

0 commit comments

Comments
 (0)