summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/FindPkgConfig/FindPkgConfig_IMPORTED_TARGET.cmake
Commit message (Collapse)AuthorAgeFilesLines
* FindPkgConfig: also handle "-isystem" prefixes for include directoriesRolf Eike Beer2020-05-051-1/+21
| | | | Fixes: #20652
* FindPkgConfig: Allow libraries that can't be found with their full pathChuck Atkins2019-09-161-33/+16
| | | | | | | | | | | | pkg-config's .pc files can sometimes provide libraries that are visible to the linker but not present in CMake's known search paths. In the case where CMake can find some, but not all of the library dependencies provided in a .pc file, this allows them to be passed through as "-lfoo" when the full path can't be found. This also removes the test failure cases that occured because of this scenario and adjsuts the remaining tests to account for not-found libraries
* FindPkgConfig: Set linker flags on imported targetsRadek Nadstawny2019-03-131-0/+21
|
* FindPkgConfig: allow to create global imported targetsRolf Eike Beer2018-07-221-1/+13
|
* FindPkgConfig: export the list of found libraries also as variableRolf Eike Beer2018-05-111-0/+12
|
* FindPkgConfig: Make IMPORTED_TARGET test verify NO...PATH properlyCraig Scott2017-12-161-0/+61
|
* FindPkgConfig: optionally create imported target for the found librariesRolf Eike Beer2016-05-141-0/+26