After finding it in `foo.Framework/Headers/dir/header.h`, we should report the `foo.Framework/Headers` directory, not `foo.Framework/Headers/dir`, because the former is what actually contains the path the caller wishes to include.
10 lines
127 B
CMake
10 lines
127 B
CMake
include(RunCMake)
|
|
|
|
if(WIN32 OR CYGWIN)
|
|
run_cmake(PrefixInPATH)
|
|
endif()
|
|
|
|
if(APPLE)
|
|
run_cmake(FrameworksWithSubdirs)
|
|
endif()
|