mirror of https://github.com/AxioDL/metaforce.git
Update boo
This commit is contained in:
parent
d03f00938a
commit
12d97380d4
|
@ -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)
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 02c1004d673989c900b09c3e8a01132c886812fb
|
||||
Subproject commit 6473014178e2e402098d49bed419dae8fadeb659
|
Loading…
Reference in New Issue