diff options
author | Jia Tan <jiat0218@gmail.com> | 2024-01-22 23:33:39 +0800 |
---|---|---|
committer | Jia Tan <jiat0218@gmail.com> | 2024-01-23 23:05:47 +0800 |
commit | 34372a5adbe5a7f6bf29498410ba3a463a720966 (patch) | |
tree | 3e7d337209d44f1a02ad8f2c6e07dc072d4677e0 /CMakeLists.txt | |
parent | liblzma: Add RISC-V BCJ filter. (diff) | |
download | xz-34372a5adbe5a7f6bf29498410ba3a463a720966.tar.xz |
CMake: Support RISC-V BCJ Filter for encoding and decoding.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index d2d29db6..c5573d7b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -448,6 +448,7 @@ set(SIMPLE_FILTERS powerpc ia64 sparc + riscv ) # The SUPPORTED_FILTERS are shared between Encoders and Decoders |