summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSilarn <jrim@rimpo.org>2018-10-01 00:13:05 -0500
committerSilarn <jrim@rimpo.org>2018-10-01 00:14:03 -0500
commit9c6c01df5674212da3be8e43a92c6b14b84787b6 (patch)
tree986b15368b549e4202852a1afb5984dc4f06dfd6 /src
parentb83807e4d5bd0f4218e7e5a1e7fc2d85e7e9f41e (diff)
Update path to gamebryo/creation engine sources
Diffstat (limited to 'src')
-rw-r--r--src/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 77ee4dfc..9ae193fe 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -288,7 +288,8 @@ INCLUDE_DIRECTORIES(${project_path}/uibase/src
${project_path}/esptk/src
${project_path}/archive/src
${project_path}/../usvfs/include
- ${project_path}/game_gamebryo/src
+ ${project_path}/game_gamebryo/src/gamebryo
+ ${project_path}/game_gamebryo/src/creation
${project_path}/game_features/src
${project_path}/githubpp/src
${LZ4_ROOT}/include)