aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2020-02-18 21:55:43 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2020-02-18 21:55:43 -0500
commitbac1b2f4856a74317077bd09d0dfa432fae93757 (patch)
tree3799db217f0724290f53d731fcedf39138dca404 /include
parentf99b70d79d8091e34e6078b74a77347ada2a12bc (diff)
downloadspmc-bac1b2f4856a74317077bd09d0dfa432fae93757.tar.gz
Update cmake configs
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}"
+)