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.
12 lines
383 B
12 lines
383 B
file( GLOB _indenters RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.ini *.cpp)
|
|
install(
|
|
FILES ${_indenters}
|
|
DESTINATION ${SHARE_INSTALL_PREFIX}/universal-indent-gui-tqt/indenters
|
|
)
|
|
|
|
file( GLOB _indenters_examples RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} examples/* )
|
|
install(
|
|
FILES ${_indenters_examples}
|
|
DESTINATION ${SHARE_INSTALL_PREFIX}/universal-indent-gui-tqt/indenters/examples
|
|
)
|