diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2023-03-17 08:43:51 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2023-03-17 08:43:51 +0200 |
commit | 75c9ca450fab6982fda9286b168081c9d54126cd (patch) | |
tree | af0a908832fdaa4db78fa03a90fede894be45540 | |
parent | Build: Update comments about unaligned access to mention 64-bit. (diff) | |
download | xz-75c9ca450fab6982fda9286b168081c9d54126cd.tar.xz |
CMake: Add microlzma_*.c to the build.
These should have been included in 5.3.2alpha already.
-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 |