aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJia Tan <jiat0218@gmail.com>2024-01-22 23:33:39 +0800
committerJia Tan <jiat0218@gmail.com>2024-01-23 23:05:47 +0800
commit34372a5adbe5a7f6bf29498410ba3a463a720966 (patch)
tree3e7d337209d44f1a02ad8f2c6e07dc072d4677e0
parentliblzma: Add RISC-V BCJ filter. (diff)
downloadxz-34372a5adbe5a7f6bf29498410ba3a463a720966.tar.xz
CMake: Support RISC-V BCJ Filter for encoding and decoding.
-rw-r--r--CMakeLists.txt1
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