j
k
j a
j l
Roger Leigh wrote:
One possibility: if(NOT TARGET check) create_custom_target(check DEPENDS foo-check) else() add_dependencies(check foo-check) endif()
One possibility:
if(NOT TARGET check) create_custom_target(check DEPENDS foo-check) else() add_dependencies(check foo-check) endif()
Sounds good. How would this interact with enable_testing() and add_test()?
Back to the thread
Back to the list