mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-18 13:07:48 +00:00
data_compression: Move LZ4 compression from video_core/gl_shader_disk_cache to common/data_compression
This commit is contained in:
parent
6584dbafae
commit
96e14e0718
5 changed files with 75 additions and 39 deletions
|
@ -137,4 +137,4 @@ endif()
|
|||
create_target_directory_groups(video_core)
|
||||
|
||||
target_link_libraries(video_core PUBLIC common core)
|
||||
target_link_libraries(video_core PRIVATE glad lz4_static)
|
||||
target_link_libraries(video_core PRIVATE glad)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue