From a94a863f93fe5d45f5f6d4fa732eb297d6a154f7 Mon Sep 17 00:00:00 2001 From: Alexander Golubev Date: Mon, 30 Mar 2020 02:53:52 +0300 Subject: Small rearrangement of libtdegames headers Move kgame dialog headers to a dedicated subdir to make installed includes match source code layout. This will make linking of games to an installed instance of libtdegames library more straightforward. Signed-off-by: Alexander Golubev --- libtdegames/kgame/dialogs/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libtdegames') diff --git a/libtdegames/kgame/dialogs/CMakeLists.txt b/libtdegames/kgame/dialogs/CMakeLists.txt index 17bbefd4..101d1a3d 100644 --- a/libtdegames/kgame/dialogs/CMakeLists.txt +++ b/libtdegames/kgame/dialogs/CMakeLists.txt @@ -26,5 +26,5 @@ tde_add_library( kgamedialogs STATIC_PIC AUTOMOC ##### headers ################################### install( FILES kgamedialog.h kgameconnectdialog.h kgameerrordialog.h kgamedebugdialog.h kgamedialogconfig.h - DESTINATION ${INCLUDE_INSTALL_DIR}/kgame + DESTINATION ${INCLUDE_INSTALL_DIR}/kgame/dialogs ) -- cgit v1.2.1