From e372384275969cc5aa70591d4f8363f0f3ad63ca Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Tue, 3 Mar 2020 14:01:43 -0500 Subject: Add missing headers --- include/CMakeLists.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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}" -- cgit