blob: 59309e03b7ba21b051572fd04f77347d50b65a92 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#################################################
#
# (C) 2010-2011 Calvin Morrison
# [email protected]
#
# Improvements and feedback are welcome
#
# This file is released under GPL >= 2
#
#################################################
add_subdirectory( scenes )
add_subdirectory( includes )
|