blob: 7f3a5836a9b4346ef7d645079977998f0071ef10 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
#################################################
#
# (C) 2011 Golubev Alexander
# fatzer2 (AT) gmail.com
#
# Improvements and feedback are welcome
#
# This file is released under GPL >= 2
#
#################################################
include( "${TDE_CMAKE_DIR}/kwin.cmake" )
add_subdirectory( cde )
add_subdirectory( glow )
add_subdirectory( icewm )
add_subdirectory( kde1 )
add_subdirectory( kstep )
add_subdirectory( openlook )
add_subdirectory( riscos )
add_subdirectory( smooth-blend )
add_subdirectory( system )
|