summaryrefslogtreecommitdiffstats
path: root/kbabel/CMakeLists.txt
blob: fd19161d978d8a70b00605a6fbf714baaf5b8c5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#################################################
#
#  (C) 2010-2011 Serghei Amelian
#  serghei (DOT) amelian (AT) gmail.com
#
#  Improvements and feedback are welcome
#
#  This file is released under GPL >= 2
#
#################################################

include( ConfigureChecks.cmake )

add_subdirectory( common )
add_subdirectory( filters )
add_subdirectory( datatools )
add_subdirectory( kbabeldict )
add_subdirectory( commonui )
add_subdirectory( catalogmanager )
add_subdirectory( kbabel )
add_subdirectory( addons )