From c18957e4076911cc14125fd70fd95e37aacb20ae Mon Sep 17 00:00:00 2001 From: Mark Harfouche Date: Wed, 1 Jan 2020 15:16:03 -0500 Subject: [PATCH] Add more headers to the installation --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e56fd2fb..57712a3b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -170,7 +170,7 @@ if(ZOPFLI_BUILD_INSTALL) LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR} ) - install(FILES src/zopfli/zopfli.h src/zopflipng/zopflipng_lib.h + install(FILES src/zopfli/zopfli.h src/zopflipng/zopflipng_lib.h src/zopfli/zlib_container.h src/zopfli/gzip_container.h DESTINATION ${CMAKE_INSTALL_INCLUDEDIR} )