kdelibs/interfaces/khexedit/CMakeLists.txt
Ivailo Monev 941fd29d95 generic: prepare for release, minor build system cleanups
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2015-10-31 04:24:11 +02:00

17 lines
324 B
CMake

########### install files ###############
install(
FILES
byteseditinterface.h
valuecolumninterface.h
charcolumninterface.h
zoominterface.h
clipboardinterface.h
DESTINATION ${INCLUDE_INSTALL_DIR}/khexedit
)
install(
FILES
kbytesedit.desktop
DESTINATION ${SERVICETYPES_INSTALL_DIR}
)