Last change
on this file since 1805 was
1804,
checked in by rgrieder, 17 years ago
|
Implemented lua and ceguilua as far as it works now with visual studio. Next (not so big) step is to integrate it in CMake (already did the most part).
|
-
Property svn:eol-style set to
native
|
File size:
521 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 | |
---|
10 | # This section deals with Lua version problems because CEGUILua scripting |
---|
11 | # module for CEGUI also uses Lua, but maybe with a different version. |
---|
12 | # So first, find out what CEGUI version we have. |
---|
13 | |
---|
14 | |
---|
15 | ADD_SUBDIRECTORY(tolua) |
---|
16 | |
---|
17 | ADD_SUBDIRECTORY(util) |
---|
18 | ADD_SUBDIRECTORY(core) |
---|
19 | ADD_SUBDIRECTORY(audio) |
---|
20 | ADD_SUBDIRECTORY(network) |
---|
21 | ADD_SUBDIRECTORY(orxonox) |
---|
Note: See
TracBrowser
for help on using the repository browser.