data_compression: Move LZ4 compression from video_core/gl_shader_disk_cache to common/data_compression

This commit is contained in:
unknown 2019-02-07 18:28:06 +01:00
parent f770c17d01
commit 798d76f4c7
5 changed files with 75 additions and 39 deletions

View file

@ -79,6 +79,8 @@ add_library(common STATIC
common_funcs.h
common_paths.h
common_types.h
data_compression.cpp
data_compression.h
file_util.cpp
file_util.h
hash.h
@ -136,3 +138,4 @@ endif()
create_target_directory_groups(common)
target_link_libraries(common PUBLIC Boost::boost fmt microprofile)
target_link_libraries(common PRIVATE lz4_static)