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:
parent
1211d8e3d6
commit
cbd50a1e08
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
||||
|
|
Loading…
Reference in a new issue