mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-24 19:02:53 +00:00
17 lines
336 B
CMake
17 lines
336 B
CMake
########### install files ###############
|
|
|
|
install(FILES
|
|
atom.h
|
|
category.h
|
|
constants.h
|
|
content.h
|
|
document.h
|
|
entry.h
|
|
generator.h
|
|
link.h
|
|
parser.h
|
|
person.h
|
|
source.h
|
|
DESTINATION ${INCLUDE_INSTALL_DIR}/syndication/atom
|
|
COMPONENT Devel
|
|
)
|