Add Chapter 5 and 6 executable to the test list
This commit is contained in:
@@ -26,4 +26,7 @@ target_link_libraries(ch5_test rayonnement)
|
||||
add_executable(ch6_test)
|
||||
target_include_directories(ch6_test PUBLIC ../source/include)
|
||||
target_sources(ch6_test PRIVATE ch6_test.cpp)
|
||||
target_link_libraries(ch6_test rayonnement)
|
||||
target_link_libraries(ch6_test rayonnement)
|
||||
|
||||
add_test(NAME Chapter05_Test COMMAND $<TARGET_FILE:ch5_test>)
|
||||
add_test(NAME Chapter06_Test COMMAND $<TARGET_FILE:ch6_test>)
|
||||
Reference in New Issue
Block a user