aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/CMakeLists.txt27
1 files changed, 27 insertions, 0 deletions
diff --git a/include/CMakeLists.txt b/include/CMakeLists.txt
new file mode 100644
index 0000000..0a3b5b7
--- /dev/null
+++ b/include/CMakeLists.txt
@@ -0,0 +1,27 @@
+install(
+ FILES
+ ${CMAKE_BINARY_DIR}/include/config.h
+ archive.h
+ checksum.h
+ conf.h
+ deps.h
+ environment.h
+ find.h
+ fs.h
+ install.h
+ internal_cmd.h
+ manifest.h
+ mime.h
+ mirrors.h
+ relocation.h
+ rpath.h
+ shell.h
+ shlib.h
+ spm.h
+ str.h
+ strlist.h
+ url.h
+ version_spec.h
+
+ DESTINATION "${CMAKE_INSTALL_PREFIX}/include/${PROJECT_NAME}"
+)