aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/TargetLinkDirectories.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Add target_link_directory() compat functionPierre Ossman2022-06-071-0/+12
We need this function to deal with pkgconfig files properly, but unfortunately it doesn't exist until CMake 3.13, and we need to support CMake 3.10. So add a hacky compatibility function for older systems.