diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2023-03-17 08:43:51 +0200 |
---|---|---|
committer | Jia Tan <jiat0218@gmail.com> | 2023-03-17 20:19:34 +0800 |
commit | 147d282cc3733e2723df82622b6540ddfb52635e (patch) | |
tree | e9e85b8882e2be0b2a70b7861e0eeeaa4aeaa431 /CMakeLists.txt | |
parent | Build: Update comments about unaligned access to mention 64-bit. (diff) | |
download | xz-147d282cc3733e2723df82622b6540ddfb52635e.tar.xz |
CMake: Add microlzma_*.c to the build.
These should have been included in 5.3.2alpha already.
Diffstat (limited to '')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 478fb413..6b2367c2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 |