mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-24 02:42:48 +00:00
17 lines
324 B
CMake
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}
|
|
)
|