Skip to content

Commit 3e1b7e3

Browse files
committed
Build the test executables for CppInterOp
1 parent 63efd09 commit 3e1b7e3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: interpreter/CMakeLists.txt

+4
Original file line numberDiff line numberDiff line change
@@ -534,3 +534,7 @@ else()
534534
endif()
535535

536536
add_subdirectory(CppInterOp)
537+
538+
if(testing)
539+
set_target_properties(CppInterOpUnitTests PROPERTIES EXCLUDE_FROM_ALL OFF)
540+
endif()

0 commit comments

Comments
 (0)