summaryrefslogtreecommitdiffstats
path: root/kbackgammon/CMakeLists.txt
diff options
context:
space:
mode:
authorAlexander Golubev <fatzer2@gmail.com>2020-03-30 02:53:52 +0300
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-04-29 21:15:04 +0900
commit1aa6039e0e5c003f902d2186a6f52c3e72669e8c (patch)
tree1f8df0a9fb40f848b82495c15dc8700eb80b25d6 /kbackgammon/CMakeLists.txt
parent90e1e705a501f46c76a4ac4d7639870e292273d5 (diff)
downloadtdegames-1aa6039e0e5c003f902d2186a6f52c3e72669e8c.tar.gz
tdegames-1aa6039e0e5c003f902d2186a6f52c3e72669e8c.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> (cherry picked from commit a94a863f93fe5d45f5f6d4fa732eb297d6a154f7)
Diffstat (limited to 'kbackgammon/CMakeLists.txt')
-rw-r--r--kbackgammon/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/kbackgammon/CMakeLists.txt b/kbackgammon/CMakeLists.txt
index 432239ef..9d6eaef3 100644
--- a/kbackgammon/CMakeLists.txt
+++ b/kbackgammon/CMakeLists.txt
@@ -19,7 +19,6 @@ include_directories(
${CMAKE_CURRENT_BINARY_DIR}
${CMAKE_CURRENT_SOURCE_DIR}
${CMAKE_SOURCE_DIR}/libtdegames
- ${CMAKE_SOURCE_DIR}/libtdegames/kgame/
${CMAKE_CURRENT_SOURCE_DIR}/engines
${TDE_INCLUDE_DIR}
${TQT_INCLUDE_DIRS}