Skip to content
Snippets Groups Projects
Commit 6c054a7b authored by Santiago Ospina De Los Ríos's avatar Santiago Ospina De Los Ríos
Browse files

Merge branch 'issue/include-directories-headercheck' into 'master'

Add default include directories to headercheck targets

See merge request !1512
parents c851ab55 44f1a5b4
Branches
Tags
1 merge request!1512Add default include directories to headercheck targets
Pipeline #77267 waiting for manual action
......@@ -87,6 +87,7 @@ macro(finalize_headercheck)
add_library(headercheck_${targname} STATIC EXCLUDE_FROM_ALL
${CMAKE_BINARY_DIR}/headercheck/${rel}.cc)
add_dependencies(headercheck headercheck_${targname})
dune_default_include_directories(headercheck_${targname} PUBLIC)
#add PKG_ALL_FLAGS and the directory where the header is located
set_property(TARGET headercheck_${targname}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment