Skip to content
Snippets Groups Projects
Commit 92177f16 authored by Oliver Heidmann's avatar Oliver Heidmann
Browse files

tests now get cdo_compile_definitions, libcdi update to cmake update branch

parent 0beb9abf
No related tags found
1 merge request!312CMake Improvements and fixes
Subproject commit b9a7b1f01600456c195ea4b1611098e0d39cdfe7
Subproject commit aadde2aaf772967b41e461516093cb6a30771a51
......@@ -24,6 +24,7 @@ foreach(target ${current_targets})
target_include_directories(${target} PRIVATE ../../libcdi/interfaces/)
target_include_directories(${target} PRIVATE ../../libcdi/src/)
target_link_libraries(${target} PRIVATE cdolib cdilib)
target_compile_definitions(${target} PRIVATE ${cdo_compile_definitons})
add_test(NAME ${target} COMMAND ${target})
if(labels_${target})
set_property(TEST ${target} PROPERTY LABELS labels_${target})
......
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