2711
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
file(GLOB SRC_FILES "*.cpp")
|
||||
add_executable(test_2711 test_2711.cpp)
|
||||
target_link_libraries(test_2711 PUBLIC gtest_main solution_2711)
|
||||
|
||||
foreach(SRC_FILE ${SRC_FILES})
|
||||
get_filename_component(EXE_NAME ${SRC_FILE} NAME_WE)
|
||||
add_executable(${EXE_NAME} ${SRC_FILE})
|
||||
target_link_libraries(${EXE_NAME} gtest gmock)
|
||||
endforeach()
|
||||
enable_testing()
|
||||
add_test(NAME test_2711 COMMAND test_2711)
|
||||
Reference in New Issue
Block a user