summaryrefslogtreecommitdiffstats
path: root/kbackgammon/engines/nextgen/CMakeLists.txt
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2020-04-27 20:27:39 +0900
committerMichele Calgaro <[email protected]>2020-04-27 20:27:39 +0900
commitf1f09914546b311028592dfb83db4e33d205dac6 (patch)
treec0677599164d6aa4a430fdd5b62f4e6af37e68fa /kbackgammon/engines/nextgen/CMakeLists.txt
parenta94a863f93fe5d45f5f6d4fa732eb297d6a154f7 (diff)
downloadtdegames-f1f09914546b311028592dfb83db4e33d205dac6.tar.gz
tdegames-f1f09914546b311028592dfb83db4e33d205dac6.zip
Fixed FTBFS caused by previous commit.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kbackgammon/engines/nextgen/CMakeLists.txt')
-rw-r--r--kbackgammon/engines/nextgen/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/kbackgammon/engines/nextgen/CMakeLists.txt b/kbackgammon/engines/nextgen/CMakeLists.txt
index 1dbf5fb2..5337751f 100644
--- a/kbackgammon/engines/nextgen/CMakeLists.txt
+++ b/kbackgammon/engines/nextgen/CMakeLists.txt
@@ -6,7 +6,7 @@ include_directories(
${CMAKE_CURRENT_SOURCE_DIR}
${CMAKE_SOURCE_DIR}/kbackgammon
${CMAKE_SOURCE_DIR}/kbackgammon/engines
- ${CMAKE_SOURCE_DIR}/libtdegames/kgame
+ ${CMAKE_SOURCE_DIR}/libtdegames
${TDE_INCLUDE_DIR}
${TQT_INCLUDE_DIRS}
)