Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 21, 2008, 8:30:03 PM (16 years ago)
Author:
rgrieder
Message:

Minor changes with cmake files. The whole thing compiles on tardis now

File:
1 edited

Legend:

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

    r1804 r1808  
    6666)
    6767
    68 GET_TARGET_PROPERTY(TOLUA_EXE tolua LOCATION)
     68GET_TARGET_PROPERTY(TOLUA_EXE tolua_orxonox LOCATION)
    6969ADD_CUSTOM_COMMAND(
    7070  OUTPUT ${CMAKE_CURRENT_SOURCE_DIR}/tolua/tolua_bind.cc
     
    9898  ${OGRE_LIBRARIES}
    9999  ${CEGUI_LIBRARIES}
    100   ${CEGUI_SCRIPT_LIBRARIES}
    101100  lua_orxonox
     101  ceguilua_orxonox
    102102  tinyxml_orxonox
    103103  tolualib_orxonox
Note: See TracChangeset for help on using the changeset viewer.