]> source.dussan.org Git - tigervnc.git/commit
Add target_link_directory() compat function
authorPierre Ossman <ossman@cendio.se>
Sat, 4 Jun 2022 12:19:07 +0000 (14:19 +0200)
committerPierre Ossman <ossman@cendio.se>
Tue, 7 Jun 2022 08:06:32 +0000 (10:06 +0200)
commit115d3f883e2fceea0f2e7df0e570864a01178f4e
treee7689435cc113ff340cf2ee903fa01a743eef636
parent6c7c022b194ea7f0f4a2e8ab5835c5688a2b88d4
Add target_link_directory() compat function

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.
CMakeLists.txt
cmake/TargetLinkDirectories.cmake [new file with mode: 0644]