From 9c6c01df5674212da3be8e43a92c6b14b84787b6 Mon Sep 17 00:00:00 2001 From: Silarn Date: Mon, 1 Oct 2018 00:13:05 -0500 Subject: Update path to gamebryo/creation engine sources --- src/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') 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) -- cgit v1.3.1