From 9bf36fdad444a87a0e89d35e108a6e4e42e2a451 Mon Sep 17 00:00:00 2001 From: LeadRDRK Date: Fri, 26 Nov 2021 15:59:10 +0700 Subject: [PATCH] Remove zpack_export.h from cmake lists --- lib/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index d4090a4..9898a90 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -81,7 +81,6 @@ add_library(zpack ${ZPACK_LIBRARY_TYPE} zpack_write.c zpack_common.h - zpack_export.h zpack.h ) target_link_libraries(zpack ${xxHash_LIBRARIES} ${ZSTD_LIBRARIES} ${LZ4_LIBRARIES})