Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 13, 2008, 2:24:00 PM (16 years ago)
Author:
landauf
Message:

moved tolua from util to core because of circular dependencies
reverted some bugfixes in ParticleInterface

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/core/CMakeLists.txt

    r1024 r1037  
     1AUX_SOURCE_DIRECTORY(tolua TOLUA_SRC_FILES)
     2
    13SET( CORE_SRC_FILES
     4  ${TOLUA_SRC_FILES}
    25  OrxonoxClass.cc
    36  BaseObject.cc
     
    710  InputHandler.cc
    811  InputManager.cc
     12  InputEventListener.cc
    913  MetaObjectList.cc
    1014  ConfigValueContainer.cc
     
    2731TARGET_LINK_LIBRARIES( core
    2832  util
     33
    2934  ${Lua_LIBRARIES}
     35  ${OIS_LIBRARIES}
    3036)
Note: See TracChangeset for help on using the changeset viewer.