diff options
author | Alexander Golubev <fatzer2@gmail.com> | 2020-03-30 02:53:52 +0300 |
---|---|---|
committer | TDE Gitea <gitea@mirror.git.trinitydesktop.org> | 2020-04-27 09:08:45 +0000 |
commit | a94a863f93fe5d45f5f6d4fa732eb297d6a154f7 (patch) | |
tree | 244a3fd8d91239739661b976952766f201d9752a /libtdegames | |
parent | 68330184402c08aa9ac25243be7c790a09b453f8 (diff) | |
download | tdegames-a94a863f93fe5d45f5f6d4fa732eb297d6a154f7.tar.gz tdegames-a94a863f93fe5d45f5f6d4fa732eb297d6a154f7.zip |
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 <fatzer2@gmail.com>
Diffstat (limited to 'libtdegames')
-rw-r--r-- | libtdegames/kgame/dialogs/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 ) |