mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-24 10:52:53 +00:00
29 lines
599 B
CMake
29 lines
599 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 ${INCLUDE_INSTALL_DIR}/syndication/rdf
|
|
COMPONENT Devel
|
|
)
|