mirror of
https://github.com/aaru-dps/Aaru.Compression.Native.git
synced 2025-12-16 19:24:31 +00:00
Move placement of lzlib.
This commit is contained in:
4
3rdparty/lzip.cmake
vendored
4
3rdparty/lzip.cmake
vendored
@@ -1,5 +1,5 @@
|
||||
set("LZIP_DIRECTORY" "3rdparty/lzlib-1.12")
|
||||
set("LZIP_DIRECTORY" "3rdparty/lzlib")
|
||||
|
||||
message(STATUS "LZIP VERSION: 1.12")
|
||||
|
||||
target_sources("Aaru.Compression.Native" PRIVATE ${LZIP_DIRECTORY}/lzlib.c)
|
||||
target_sources("Aaru.Compression.Native" PRIVATE ${LZIP_DIRECTORY}/lzlib.c)
|
||||
|
||||
Reference in New Issue
Block a user