mirror of https://github.com/AxioDL/metaforce.git
Switch to lzokay library
This commit is contained in:
parent
838afd73ae
commit
206e54210c
|
@ -31,7 +31,7 @@ target_link_libraries(hecl
|
|||
${DATA_SPEC_LIBS}
|
||||
hecl-full hecl-blender-addon athena-core nod
|
||||
logvisor athena-libyaml ${PNG_LIB} squish xxhash zeus boo
|
||||
${ZLIB_LIBRARIES} ${LZO_LIB} ${PLAT_LIBS} ${BOO_SYS_LIBS})
|
||||
${ZLIB_LIBRARIES} lzokay ${PLAT_LIBS} ${BOO_SYS_LIBS})
|
||||
|
||||
set_target_properties(hecl PROPERTIES COMPILE_DEFINITIONS HECL_DLPACKAGE="${HECL_DLPACKAGE}")
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 08f0dc652a60617a4e0b98c48bd2f3f68b358736
|
||||
Subproject commit 2034232d5290c91825e07b8232b9d27f5ea1e2d9
|
|
@ -3,7 +3,7 @@ target_link_libraries(heclTest
|
|||
${HECL_APPLICATION_REPS_TARGETS_LIST}
|
||||
hecl-full hecl-blender-addon
|
||||
athena-core athena-libyaml xxhash logvisor boo
|
||||
${ZLIB_LIBRARIES} ${LZO_LIB} ${BOO_SYS_LIBS})
|
||||
${ZLIB_LIBRARIES} lzokay ${BOO_SYS_LIBS})
|
||||
if(COMMAND add_sanitizers)
|
||||
add_sanitizers(heclTest)
|
||||
endif()
|
||||
|
|
Loading…
Reference in New Issue