summaryrefslogtreecommitdiffstats
path: root/kate/CMakeLists.txt
blob: 1506c26b9a5cbffc5e324a5843fb4142fee86a8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
#################################################
#
#  (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 )