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