]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
fixed cmake project
authorYann Collet <yann.collet.73@gmail.com>
Sat, 4 Jun 2016 19:59:56 +0000 (21:59 +0200)
committerYann Collet <yann.collet.73@gmail.com>
Sat, 4 Jun 2016 19:59:56 +0000 (21:59 +0200)
projects/cmake/lib/CMakeLists.txt

index 84568b2079f871e26105eab708105adba3256be3..c9ec05fe9782e15a85c83f30c08528d29febf0fa 100644 (file)
@@ -81,12 +81,9 @@ SET(Headers
         ${LIBRARY_DIR}/common/huf_static.h
         ${LIBRARY_DIR}/common/mem.h
         ${LIBRARY_DIR}/common/zbuff.h
-        ${LIBRARY_DIR}/common/zbuff_static.h
         ${LIBRARY_DIR}/common/zstd_internal.h
-        ${LIBRARY_DIR}/common/zstd_static.h
         ${LIBRARY_DIR}/common/zstd.h
-        ${LIBRARY_DIR}/dictBuilder/zdict.h
-        ${LIBRARY_DIR}/dictBuilder/zdict_static.h)
+        ${LIBRARY_DIR}/dictBuilder/zdict.h)
 
 IF (ZSTD_LEGACY_SUPPORT)
     SET(LIBRARY_LEGACY_DIR ${LIBRARY_DIR}/legacy)