Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 21, 2008, 5:10:08 PM (16 years ago)
Author:
rgrieder
Message:

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).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/ceguilua/src/CMakeLists.txt

    r1803 r1804  
    22INCLUDE_DIRECTORIES(..)
    33INCLUDE_DIRECTORIES(orxonox)
    4 INCLUDE_DIRECTORIES(tolua)
     4#INCLUDE_DIRECTORIES(tolua)
    55
    66ADD_SUBDIRECTORY(cpptcl)
    77ADD_SUBDIRECTORY(ois)
    88ADD_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
    915ADD_SUBDIRECTORY(tolua)
    1016
     
    1420ADD_SUBDIRECTORY(network)
    1521ADD_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 TracChangeset for help on using the changeset viewer.