From bac1b2f4856a74317077bd09d0dfa432fae93757 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Tue, 18 Feb 2020 21:55:43 -0500 Subject: Update cmake configs --- include/CMakeLists.txt | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 include/CMakeLists.txt (limited to 'include') 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}" +) -- cgit