mirror of https://github.com/AxioDL/metaforce.git
Link-order fixes
This commit is contained in:
parent
968139022e
commit
4fba325b0f
|
@ -1,4 +1,4 @@
|
|||
add_library(hecl-runtime
|
||||
FileStoreManager.cpp
|
||||
ShaderCacheManager.cpp
|
||||
HMDL.cpp)
|
||||
ShaderCacheManager.cpp)
|
||||
add_library(hecl-hmdl HMDL.cpp)
|
||||
|
|
|
@ -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})
|
||||
|
|
Loading…
Reference in New Issue