You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
352 B
17 lines
352 B
file( GLOB _logos RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.logo )
|
|
|
|
install(
|
|
FILES ${_logos}
|
|
DESTINATION ${DATA_INSTALL_DIR}/kturtle/examples/en_US
|
|
)
|
|
|
|
install(
|
|
FILES logokeywords.en_US.xml
|
|
DESTINATION ${DATA_INSTALL_DIR}/kturtle/data
|
|
)
|
|
|
|
install(
|
|
FILES logohighlightstyle.en_US.xml
|
|
DESTINATION ${DATA_INSTALL_DIR}/katepart/syntax
|
|
)
|