diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2020-03-03 14:01:43 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2020-03-03 14:01:43 -0500 |
commit | e372384275969cc5aa70591d4f8363f0f3ad63ca (patch) | |
tree | 418bcf00476a12a5df0386f8f7adb35064dae901 | |
parent | 6d24b93ce38e0c9d86d479f13156c1e4c0d75452 (diff) | |
download | spmc-e372384275969cc5aa70591d4f8363f0f3ad63ca.tar.gz |
Add missing headers
-rw-r--r-- | include/CMakeLists.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/include/CMakeLists.txt b/include/CMakeLists.txt index 0a3b5b7..a7a1f72 100644 --- a/include/CMakeLists.txt +++ b/include/CMakeLists.txt @@ -4,16 +4,19 @@ install( archive.h checksum.h conf.h - deps.h environment.h find.h fs.h install.h internal_cmd.h manifest.h + metadata.h mime.h mirrors.h + package.h + purge.h relocation.h + resolve.h rpath.h shell.h shlib.h @@ -21,6 +24,7 @@ install( str.h strlist.h url.h + user_input.h version_spec.h DESTINATION "${CMAKE_INSTALL_PREFIX}/include/${PROJECT_NAME}" |