summaryrefslogtreecommitdiff
path: root/fluid/documentation/make_header
diff options
context:
space:
mode:
authorJordan Williams <jordan@jwillikers.com>2024-04-14 12:07:15 -0500
committerGitHub <noreply@github.com>2024-04-14 19:07:15 +0200
commit5417ea5f1f33f62e2511bda74477da05dce900a3 (patch)
treedbf96e812217786a4f5eee4c25fab51a823766b9 /fluid/documentation/make_header
parent2818a36064365e63e32de6850c65544dd1fdfb07 (diff)
CMake: Use imported targets for PkgConfig packages (#954)
This carries include directories and the required link flags. Several libraries brought in through pkg_check_modules aren't linked correctly using the _LDFLAGS variables. Instead, they link the libraries directly with `-l`. This is problematic because it doesn't properly pull in the actual directory of the library being linked when it is not in a system library directory. Likewise, the necessary include directories for several of these targets aren't properly set either. Linking against the imported targets automatically pulls in the necessary include directories.
Diffstat (limited to 'fluid/documentation/make_header')
0 files changed, 0 insertions, 0 deletions