summaryrefslogtreecommitdiff
path: root/include/rpm/CMakeLists.txt
blob: 53a59f7a925a74eb1c642d001a8a7a17709f628c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
install(FILES
       argv.h rpmbase64.h rpmcrypto.h rpmfileutil.h rpmio.h
       rpmkeyring.h rpmlog.h rpmmacro.h rpmpgp.h rpmsq.h rpmstring.h
       rpmstrpool.h rpmsw.h rpmurl.h rpmutil.h rpmver.h

        header.h rpmarchive.h rpmcallback.h rpmcli.h
        rpmdb.h rpmds.h rpmfi.h rpmfiles.h rpmlib.h
        rpmprob.h rpmps.h rpmtag.h rpmtd.h rpmte.h rpmte.h rpmts.h
        rpmtypes.h

	rpmbuild.h rpmspec.h rpmfc.h

	rpmsign.h
	DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/rpm
)