mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 15:04:56 +00:00
Switch to lzokay library
This commit is contained in:
@@ -31,7 +31,7 @@ target_link_libraries(hecl
|
|||||||
${DATA_SPEC_LIBS}
|
${DATA_SPEC_LIBS}
|
||||||
hecl-full hecl-blender-addon athena-core nod
|
hecl-full hecl-blender-addon athena-core nod
|
||||||
logvisor athena-libyaml ${PNG_LIB} squish xxhash zeus boo
|
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}")
|
set_target_properties(hecl PROPERTIES COMPILE_DEFINITIONS HECL_DLPACKAGE="${HECL_DLPACKAGE}")
|
||||||
|
|
||||||
|
|||||||
2
hecl/extern/athena
vendored
2
hecl/extern/athena
vendored
Submodule hecl/extern/athena updated: 08f0dc652a...2034232d52
@@ -3,7 +3,7 @@ target_link_libraries(heclTest
|
|||||||
${HECL_APPLICATION_REPS_TARGETS_LIST}
|
${HECL_APPLICATION_REPS_TARGETS_LIST}
|
||||||
hecl-full hecl-blender-addon
|
hecl-full hecl-blender-addon
|
||||||
athena-core athena-libyaml xxhash logvisor boo
|
athena-core athena-libyaml xxhash logvisor boo
|
||||||
${ZLIB_LIBRARIES} ${LZO_LIB} ${BOO_SYS_LIBS})
|
${ZLIB_LIBRARIES} lzokay ${BOO_SYS_LIBS})
|
||||||
if(COMMAND add_sanitizers)
|
if(COMMAND add_sanitizers)
|
||||||
add_sanitizers(heclTest)
|
add_sanitizers(heclTest)
|
||||||
endif()
|
endif()
|
||||||
|
|||||||
Reference in New Issue
Block a user