kwin-effect-shaders icon indicating copy to clipboard operation
kwin-effect-shaders copied to clipboard

CMake code should properly gather the dependencies

Open hgkjshegfskef opened this issue 2 years ago • 0 comments

I see that currently CMake only depends on extra cmake modules, but I got a compile-time error about libepoxy missing, which should have been a configure-time error. Perhaps KWin provides a proper CMake config with exported targets, so we need to find_package that, otherwise the transitive dependencies are not included.

hgkjshegfskef avatar Dec 31 '22 10:12 hgkjshegfskef