mirror of https://git.tukaani.org/xz.git
CMake: Add microlzma_*.c to the build.
These should have been included in 5.3.2alpha already.
This commit is contained in:
parent
4523a5ee29
commit
147d282cc3
|
@ -325,6 +325,8 @@ add_library(liblzma
|
|||
src/liblzma/common/lzip_decoder.c
|
||||
src/liblzma/common/lzip_decoder.h
|
||||
src/liblzma/common/memcmplen.h
|
||||
src/liblzma/common/microlzma_decoder.c
|
||||
src/liblzma/common/microlzma_encoder.c
|
||||
src/liblzma/common/outqueue.c
|
||||
src/liblzma/common/outqueue.h
|
||||
src/liblzma/common/stream_buffer_decoder.c
|
||||
|
|
Loading…
Reference in New Issue