aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2022-11-30 17:50:17 +0200
committerLasse Collin <lasse.collin@tukaani.org>2022-11-30 17:50:17 +0200
commitc21983c76031e01da01ad3c6cc716fe4b8a75070 (patch)
tree0f7f4b5284a3a3bdd4ca497be24fee697a1587d1 /CMakeLists.txt
parentUpdate to HTTPS URLs in AUTHORS. (diff)
downloadxz-c21983c76031e01da01ad3c6cc716fe4b8a75070.tar.xz
Build: Add string_conversion.c to CMake, DOS, and VS files.
Diffstat (limited to '')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5adc3c0a..11871f0a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -300,6 +300,7 @@ add_library(liblzma
src/liblzma/common/stream_flags_common.h
src/liblzma/common/stream_flags_decoder.c
src/liblzma/common/stream_flags_encoder.c
+ src/liblzma/common/string_conversion.c
src/liblzma/common/vli_decoder.c
src/liblzma/common/vli_encoder.c
src/liblzma/common/vli_size.c