Add abseil hashmaps and use in texture list, also fix bugs in texture list insertion

This commit is contained in:
Rye Mutt
2019-09-28 19:03:49 -04:00
parent 0880c762c9
commit 8561af1f84
29 changed files with 136 additions and 21 deletions

View File

@@ -44,6 +44,8 @@ add_library (llimagej2coj ${llimagej2coj_SOURCE_FILES})
target_link_libraries(
llimagej2coj
PUBLIC
llcommon
${OPENJPEG_LIBRARIES}
)