Skip to content
  • Brad King's avatar
    Add a variable to specify language-wide system include directories · c1340827
    Brad King authored
    Create a `CMAKE_<LANG>_STANDARD_INCLUDE_DIRECTORIES` variable to specify
    system include directories for for `<LANG>` compiler command lines.
    This plays a role for include directories as the existing
    `CMAKE_<LANG>_STANDARD_LIBRARIES` variable does for link libraries.
    c1340827