Skip to content
Snippets Groups Projects
Commit db45f555 authored by Joan Vallvé Navarro's avatar Joan Vallvé Navarro
Browse files

trying things...

parent fdcba3b7
No related branches found
No related tags found
2 merge requests!451After cmake and const refactor,!445Resolve "Refactoring WOLF installation system"
Pipeline #10234 canceled
This commit is part of merge request !445. Comments created here will be created in the context of that merge request.
......@@ -71,6 +71,6 @@ endif()
function(wolf_add_gtest target)
add_executable(${target} ${ARGN})
target_link_libraries(${target} gtest_main)
target_link_libraries(${target} PUBLIC gtest_main)
add_test(NAME ${target} COMMAND ${target})
endfunction()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment