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.
35 lines
945 B
35 lines
945 B
#################################################
|
|
#
|
|
# (C) 2013 Alexander Golubev
|
|
# fatzer2 (AT) gmail.com
|
|
#
|
|
# Improvements and feedback are welcome
|
|
#
|
|
# This file is released under GPL >= 2
|
|
#
|
|
#################################################
|
|
|
|
include( "${TDE_CMAKE_DIR}/kate.cmake" )
|
|
|
|
add_subdirectory( scripts )
|
|
add_subdirectory( htmltools )
|
|
add_subdirectory( kpybrowser )
|
|
add_subdirectory( modeline )
|
|
add_subdirectory( openheader )
|
|
add_subdirectory( textfilter )
|
|
add_subdirectory( xmltools )
|
|
add_subdirectory( xmlcheck )
|
|
add_subdirectory( filelistloader )
|
|
add_subdirectory( cppsymbolviewer )
|
|
add_subdirectory( tabbarextension )
|
|
add_subdirectory( filetemplates )
|
|
add_subdirectory( snippets )
|
|
add_subdirectory( insertcommand )
|
|
add_subdirectory( make )
|
|
add_subdirectory( helloworld )
|
|
add_subdirectory( katesort )
|
|
|
|
#### other data #################################
|
|
|
|
install( FILES kate-plugins.desktop DESTINATION ${APPS_INSTALL_DIR}/.hidden )
|