diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-11-18 17:04:01 -0500 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-11-18 17:04:01 -0500 |
| commit | 2b5747c19d942974295be18042fbdde8ddc4cc78 (patch) | |
| tree | e4688729fa185abe7d91027d14c90edddb103047 /src/CMakeLists.txt | |
| parent | 27dadd016422765acb774ed2ed9ddae480eda46d (diff) | |
handles changes in lootcli for a more formal communication protocol
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 70c501ae..824ffa33 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -569,11 +569,13 @@ INCLUDE_DIRECTORIES(${project_path}/uibase/src ${project_path}/bsatk/src ${project_path}/esptk/src ${project_path}/archive/src + ${project_path}/lootcli/include ${dependency_project_path}/usvfs/include ${project_path}/game_gamebryo/src/gamebryo ${project_path}/game_gamebryo/src/creation ${project_path}/game_features/src ${project_path}/githubpp/src + ${SPDLOG_ROOT}/include ${LZ4_ROOT}/lib) INCLUDE_DIRECTORIES(shared ${ZLIB_INCLUDE_DIRS}) |
