kde-extraapps/syndication/rdf/CMakeLists.txt
Ivailo Monev 59190d3194 generic: replace installation paths with KDE4_ prefixed
see commit in kdelibs repository

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
2020-02-08 20:12:24 +00:00

29 lines
604 B
CMake

########### install files ###############
install(FILES
contentvocab.h
document.h
dublincore.h
dublincorevocab.h
image.h
item.h
literal.h
model.h
modelmaker.h
node.h
nodevisitor.h
parser.h
property.h
rdf.h
rdfvocab.h
resource.h
resourcewrapper.h
rssvocab.h
sequence.h
statement.h
syndicationinfo.h
syndicationvocab.h
textinput.h
DESTINATION ${KDE4_INCLUDE_INSTALL_DIR}/syndication/rdf
COMPONENT Devel
)