summaryrefslogtreecommitdiff
path: root/cat
diff options
context:
space:
mode:
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)