Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/ceguilua/src/CMakeLists.txt @ 1803

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 
1INCLUDE_DIRECTORIES(.)
2INCLUDE_DIRECTORIES(..)
3INCLUDE_DIRECTORIES(orxonox)
4INCLUDE_DIRECTORIES(tolua)
5
6ADD_SUBDIRECTORY(cpptcl)
7ADD_SUBDIRECTORY(ois)
8ADD_SUBDIRECTORY(tinyxml)
9ADD_SUBDIRECTORY(tolua)
10
11ADD_SUBDIRECTORY(util)
12ADD_SUBDIRECTORY(core)
13ADD_SUBDIRECTORY(audio)
14ADD_SUBDIRECTORY(network)
15ADD_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.