summaryrefslogtreecommitdiff
path: root/libarchive/CMakeLists.txt
diff options
context:
space:
mode:
authorSebastian Freundt <freundt@ga-group.nl>2014-05-20 13:26:50 +0000
committerSebastian Freundt <freundt@ga-group.nl>2014-05-21 11:20:15 +0000
commit9693801580c0cf7c70e862d305270a16b52826a7 (patch)
treed387e79e806741b062c6f531d9911f3a617beec2 /libarchive/CMakeLists.txt
parent667961d7ae5ab8e288f4d0309981a6b82b465edc (diff)
downloadlibarchive-9693801580c0cf7c70e862d305270a16b52826a7.tar.gz
Provide ISO 28500:2009 reader (aka warc, aka web archive)
Diffstat (limited to 'libarchive/CMakeLists.txt')
-rw-r--r--libarchive/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/libarchive/CMakeLists.txt b/libarchive/CMakeLists.txt
index 6d522265..c4e08311 100644
--- a/libarchive/CMakeLists.txt
+++ b/libarchive/CMakeLists.txt
@@ -87,6 +87,7 @@ SET(libarchive_SOURCES
archive_read_support_format_rar.c
archive_read_support_format_raw.c
archive_read_support_format_tar.c
+ archive_read_support_format_warc.c
archive_read_support_format_xar.c
archive_read_support_format_zip.c
archive_string.c