We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5248504 commit f35596dCopy full SHA for f35596d
tests/CMakeLists.txt
@@ -6,6 +6,7 @@ file(GLOB_RECURSE E2E_TESTS_SRCS e2e-tests/*.cpp)
6
7
add_executable(test-exec main.cpp)
8
target_link_libraries(test-exec PRIVATE PolymorphNetwork)
9
+set_target_properties(test-exec PROPERTIES EXCLUDE_FROM_ALL TRUE)
10
11
add_executable(unit-tests ${UNIT_TESTS_SRCS})
12
target_link_libraries(unit-tests PRIVATE PolymorphNetwork GTest::gtest_main)
0 commit comments