libkwineffects: Install headers in libkwineffects/

This improves the scoping of libkwineffects header files and it helps to
make `#include "libkwineffects/foobar.h"` code work in user code.
This commit is contained in:
Vlad Zahorodnii 2023-03-25 17:30:54 +02:00
parent 1211d8e3d6
commit cbd50a1e08

View file

@ -91,7 +91,7 @@ install(FILES
kwinoffscreeneffect.h
kwinoffscreenquickview.h
kwinquickeffect.h
DESTINATION ${KDE_INSTALL_INCLUDEDIR} COMPONENT Devel)
DESTINATION ${KDE_INSTALL_INCLUDEDIR}/libkwineffects COMPONENT Devel)
set(CMAKECONFIG_INSTALL_DIR "${KDE_INSTALL_CMAKEPACKAGEDIR}/KWinEffects")