mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
CMake: Add microlzma_*.c to the build.
These should have been included in 5.3.2alpha already.
This commit is contained in:
parent
0cc3313bd4
commit
75c9ca450f
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue