aboutsummaryrefslogtreecommitdiff
path: root/include/CMakeLists.txt
blob: 0a3b5b7396f33d96a1d6f914984d6db00eaebb7e (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
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}"
)