summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/Framework/subdir/Example.framework
Commit message (Collapse)AuthorAgeFilesLines
* Xcode: Properly identify frameworks with system includesGregor Jasny2021-12-222-0/+1
Check the complete include path for being a system include, not the derived framework search path. The code for Ninja and Makefile generators does exactly the same. Fixes: #23011