Last change
on this file since 1803 was
1803,
checked in by rgrieder, 16 years ago
|
added files for lua 5.1.3, lua 5.0.3, CEGUILua-0.6.1 and CEGUILua-0.5.0b
|
-
Property svn:eol-style set to
native
|
File size:
518 bytes
|
Line | |
---|
1 | INCLUDE_DIRECTORIES(.) |
---|
2 | INCLUDE_DIRECTORIES(..) |
---|
3 | INCLUDE_DIRECTORIES(orxonox) |
---|
4 | INCLUDE_DIRECTORIES(tolua) |
---|
5 | |
---|
6 | ADD_SUBDIRECTORY(cpptcl) |
---|
7 | ADD_SUBDIRECTORY(ois) |
---|
8 | ADD_SUBDIRECTORY(tinyxml) |
---|
9 | ADD_SUBDIRECTORY(tolua) |
---|
10 | |
---|
11 | ADD_SUBDIRECTORY(util) |
---|
12 | ADD_SUBDIRECTORY(core) |
---|
13 | ADD_SUBDIRECTORY(audio) |
---|
14 | ADD_SUBDIRECTORY(network) |
---|
15 | ADD_SUBDIRECTORY(orxonox) |
---|
16 | |
---|
17 | # This section deals with Lua version problems because CEGUILua scripting |
---|
18 | # module for CEGUI also uses Lua, but maybe with a different version. |
---|
19 | # So first, find out what CEGUI version we have. |
---|
Note: See
TracBrowser
for help on using the repository browser.