| commit | b9db909ec2ad2b7234b823d3d8954d2befd66fba | [log] [tgz] |
|---|---|---|
| author | Thomas Klausner <tk@giga.or.at> | Wed Dec 13 12:56:20 2017 +0100 |
| committer | Thomas Klausner <tk@giga.or.at> | Wed Dec 13 12:56:20 2017 +0100 |
| tree | 150551a9ba1df282e3bdf6e8a28691430502a7e7 | |
| parent | 5475671692b300f982197711f06b23b836e34894 [diff] |
cmake: install zipconf.h into include, like for autoconf previously
diff --git a/CMakeLists.txt b/CMakeLists.txt index a7c2739..9a28f08 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -183,4 +183,4 @@ # installation -INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/zipconf.h DESTINATION lib/libzip/include) +INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/zipconf.h DESTINATION include)