Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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 
1INCLUDE_DIRECTORIES(.)
2INCLUDE_DIRECTORIES(..)
3INCLUDE_DIRECTORIES(orxonox)
4#INCLUDE_DIRECTORIES(tolua)
5
6ADD_SUBDIRECTORY(cpptcl)
7ADD_SUBDIRECTORY(ois)
8ADD_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
15ADD_SUBDIRECTORY(tolua)
16
17ADD_SUBDIRECTORY(util)
18ADD_SUBDIRECTORY(core)
19ADD_SUBDIRECTORY(audio)
20ADD_SUBDIRECTORY(network)
21ADD_SUBDIRECTORY(orxonox)
Note: See TracBrowser for help on using the repository browser.