blob: 1e1a019b5eccfee79f1a4e977e7c3e30d5950ca1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
install(
FILES
${CMAKE_BINARY_DIR}/include/config.h
archive.h
checksum.h
compat.h
conf.h
environment.h
error_handler.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
spm.h
str.h
strlist.h
url.h
user_input.h
version_spec.h
DESTINATION "${CMAKE_INSTALL_PREFIX}/include/${PROJECT_NAME}"
)
|