summaryrefslogtreecommitdiffstats
path: root/kopete/CMakeLists.txt
blob: f04465a71d86e6a1748f7dcc543e60a8630a32a9 (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
#################################################
#
#  (C) 2010-2011 Serghei Amelian
#  serghei (DOT) amelian (AT) gmail.com
#
#  Improvements and feedback are welcome
#
#  This file is released under GPL >= 2
#
#################################################

# NOTE some files was renamed:
# kopetemessagemanager.h -> kopetechatsession.h
# kopetemessagemanagerfactory.h -> kopetechatsessionmanager.h

include( ConfigureChecks.cmake )

add_subdirectory( libkopete )
add_subdirectory( kopete )
add_subdirectory( protocols )
add_subdirectory( plugins )
add_subdirectory( icons )
add_subdirectory( sounds )
add_subdirectory( styles )