From 5bb209a869a95527267e52a7e506ea0251c76402 Mon Sep 17 00:00:00 2001 From: Vlad Zahorodnii Date: Tue, 9 Jan 2024 12:05:07 +0200 Subject: [PATCH] Install all core headers --- src/CMakeLists.txt | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index c0158d54ae..8eaddcbf21 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -502,13 +502,37 @@ install(FILES DESTINATION ${KDE_INSTALL_INCLUDEDIR}/kwin COMPONENT Devel) install(FILES + core/colorlut.h + core/colorlut3d.h + core/colorpipelinestage.h core/colorspace.h + core/colortransformation.h + core/gbmgraphicsbufferallocator.h + core/graphicsbuffer.h + core/graphicsbufferallocator.h + core/graphicsbufferview.h + core/iccprofile.h + core/inputbackend.h + core/inputdevice.h core/output.h + core/outputbackend.h + core/outputconfiguration.h + core/outputlayer.h + core/overlaywindow.h core/pixelgrid.h core/renderbackend.h + core/renderjournal.h + core/renderlayer.h + core/renderlayerdelegate.h core/renderloop.h + core/renderloop_p.h core/rendertarget.h core/renderviewport.h + core/session.h + core/session_consolekit.h + core/session_logind.h + core/session_noop.h + core/shmgraphicsbufferallocator.h DESTINATION ${KDE_INSTALL_INCLUDEDIR}/kwin/core COMPONENT Devel) install(FILES