kde-extraapps/syndication/rss2/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

16 lines
322 B
CMake

########### install files ###############
install(FILES
category.h
cloud.h
document.h
enclosure.h
image.h
item.h
parser.h
rss2.h
source.h
textinput.h
DESTINATION ${KDE4_INCLUDE_INSTALL_DIR}/syndication/rss2
COMPONENT Devel
)