From f8c8c1dba8da8831d5a24dd9c5af2f4edcdb9b97 Mon Sep 17 00:00:00 2001 From: Tim Kientzle Date: Sat, 12 Apr 2014 13:56:29 -0700 Subject: [PATCH] Add lafe files to cat project --- cat/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cat/CMakeLists.txt b/cat/CMakeLists.txt index 7eb524c39..3eaf78fa8 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) -- 2.47.2