blob: 6b9531560a8f1478ef43105c6c23214a83be41b5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#################################################
#
# (C) 2011 Golubev Alexander
# fatzer2 (AT) gmail.com
#
# Improvements and feedback are welcome
#
# This file is released under GPL >= 2
#
#################################################
add_subdirectory( dotnet )
add_subdirectory( phase )
add_subdirectory( phase2 )
|