fips
fips copied to clipboard
Properly define header search paths with target_include_directories
fips currently tries to handle header search paths for imports in the generated file .fips-includes.cmake.
This sometimes doesn't work for second-generation imports (I had this problem with soloud-search path in oryols-samples via yakc).
The proper solution is to use cmake's target_include_directories, which properly handles dependency include paths.