We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63efd09 commit 4e39ea9Copy full SHA for 4e39ea9
interpreter/CppInterOp/unittests/CMakeLists.txt
@@ -19,7 +19,7 @@ add_dependencies(CppInterOpUnitTests clangCppInterOp)
19
20
set (TIMEOUT_VALUE 2400)
21
function(add_cppinterop_unittest name)
22
- add_executable(${name} EXCLUDE_FROM_ALL ${ARGN})
+ add_executable(${name} ${ARGN})
23
add_dependencies(CppInterOpUnitTests ${name})
24
target_include_directories(${name} PUBLIC ${CMAKE_CURRENT_BINARY_DIR} ${GTEST_INCLUDE_DIR})
25
set_property(TARGET ${name} PROPERTY RUNTIME_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR})
0 commit comments