fips icon indicating copy to clipboard operation
fips copied to clipboard

Properly define header search paths with target_include_directories

Open floooh opened this issue 9 years ago • 0 comments

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.

floooh avatar May 28 '16 19:05 floooh