summaryrefslogtreecommitdiff
path: root/cat
diff options
context:
space:
mode:
authorTim Kientzle <kientzle@acm.org>2014-04-12 13:56:29 -0700
committerTim Kientzle <kientzle@acm.org>2014-04-12 13:56:29 -0700
commitf8c8c1dba8da8831d5a24dd9c5af2f4edcdb9b97 (patch)
tree9ce282d2609a4308049ee7771b015b13953a56c1 /cat
parent232f397a8f567e0d2fdadc45c90c9f211699f5dd (diff)
downloadlibarchive-f8c8c1dba8da8831d5a24dd9c5af2f4edcdb9b97.tar.gz
Add lafe files to cat project
Diffstat (limited to 'cat')
-rw-r--r--cat/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/cat/CMakeLists.txt b/cat/CMakeLists.txt
index 7eb524c3..3eaf78fa 100644
--- a/cat/CMakeLists.txt
+++ b/cat/CMakeLists.txt
@@ -8,6 +8,9 @@ IF(ENABLE_CAT)
SET(bsdcat_SOURCES
bsdcat.c
bsdcat.h
+ ../libarchive_fe/err.c
+ ../libarchive_fe/err.h
+ ../libarchive_fe/lafe_platform.h
)
INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR}/../libarchive_fe)