From 12d97380d4b0535f2af836f824d3bd4ae3d45508 Mon Sep 17 00:00:00 2001 From: Jack Andersen Date: Sun, 17 Jul 2016 11:20:01 -1000 Subject: [PATCH] Update boo --- hecl/CMakeLists.txt | 3 ++- hecl/extern/boo | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/hecl/CMakeLists.txt b/hecl/CMakeLists.txt index f1efb5c96..7d8a69459 100644 --- a/hecl/CMakeLists.txt +++ b/hecl/CMakeLists.txt @@ -21,7 +21,8 @@ set(BOO_INCLUDE_DIR extern/boo/include) add_subdirectory(bintoc) add_subdirectory(extern) add_definitions(${BOO_SYS_DEFINES}) -include_directories(include blender ${LOGVISOR_INCLUDE_DIR} ${ATHENA_INCLUDE_DIR} ${BOO_INCLUDE_DIR} ${ZLIB_INCLUDE_DIR}) +include_directories(include blender ${LOGVISOR_INCLUDE_DIR} ${ATHENA_INCLUDE_DIR} + ${BOO_INCLUDE_DIR} ${ZLIB_INCLUDE_DIR} ${BOO_SYS_INCLUDES}) add_subdirectory(lib) add_subdirectory(blender) add_subdirectory(driver) diff --git a/hecl/extern/boo b/hecl/extern/boo index 02c1004d6..647301417 160000 --- a/hecl/extern/boo +++ b/hecl/extern/boo @@ -1 +1 @@ -Subproject commit 02c1004d673989c900b09c3e8a01132c886812fb +Subproject commit 6473014178e2e402098d49bed419dae8fadeb659