Skip to content

Commit 4e39ea9

Browse files
committed
Build the test executables for CppInterOp
1 parent 63efd09 commit 4e39ea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ add_dependencies(CppInterOpUnitTests clangCppInterOp)
1919

2020
set (TIMEOUT_VALUE 2400)
2121
function(add_cppinterop_unittest name)
22-
add_executable(${name} EXCLUDE_FROM_ALL ${ARGN})
22+
add_executable(${name} ${ARGN})
2323
add_dependencies(CppInterOpUnitTests ${name})
2424
target_include_directories(${name} PUBLIC ${CMAKE_CURRENT_BINARY_DIR} ${GTEST_INCLUDE_DIR})
2525
set_property(TARGET ${name} PROPERTY RUNTIME_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR})

0 commit comments

Comments
 (0)