Link-order fixes

This commit is contained in:
Jack Andersen 2016-03-30 16:44:12 -10:00
parent 968139022e
commit 4fba325b0f
2 changed files with 4 additions and 3 deletions

View File

@ -1,4 +1,4 @@
add_library(hecl-runtime
FileStoreManager.cpp
ShaderCacheManager.cpp
HMDL.cpp)
ShaderCacheManager.cpp)
add_library(hecl-hmdl HMDL.cpp)

View File

@ -1,4 +1,5 @@
add_executable(heclTest WIN32 main.cpp)
target_link_libraries(heclTest
hecl-database hecl-runtime hecl-backend hecl-frontend hecl-blender hecl-common athena-core xxhash
hecl-database hecl-runtime hecl-backend hecl-frontend
hecl-hmdl hecl-blender hecl-common athena-core xxhash
logvisor boo ${ZLIB_LIBRARIES} ${BOO_SYS_LIBS})