Move xxhash to boo; cached shader components

This commit is contained in:
Jack Andersen
2017-03-04 21:54:58 -10:00
parent 8bcac27c10
commit 03f155fcf5
16 changed files with 1558 additions and 217 deletions

View File

@@ -1,2 +1,2 @@
add_executable(booTest WIN32 main.cpp)
target_link_libraries(booTest boo logvisor ${BOO_SYS_LIBS})
target_link_libraries(booTest boo logvisor xxhash ${BOO_SYS_LIBS})