Switch to lzokay library

This commit is contained in:
Jack Andersen 2018-12-19 17:44:40 -10:00
parent 838afd73ae
commit 206e54210c
3 changed files with 3 additions and 3 deletions

View File

@ -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}")

2
hecl/extern/athena vendored

@ -1 +1 @@
Subproject commit 08f0dc652a60617a4e0b98c48bd2f3f68b358736
Subproject commit 2034232d5290c91825e07b8232b9d27f5ea1e2d9

View File

@ -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()