Skip to content
Snippets Groups Projects
Commit 44f1a5b4 authored by Simon Praetorius's avatar Simon Praetorius
Browse files

Add default include directories to headercheck targets

parent 3ff22a8e
Branches
No related tags found
1 merge request!1512Add default include directories to headercheck targets
Pipeline #77021 passed
Pipeline: Dune Nightly Test

#77052

    Pipeline: Dune Nightly Test

    #77051

      ......@@ -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