Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 17, 2007, 3:39:17 PM (18 years ago)
Author:
landauf
Message:

added Mesh and Model (doesn't work yet, but i don't want to have merge conflicts all the time :P)

File:
1 edited

Legend:

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

    r555 r576  
    3535    objects/SpaceshipSteeringObject.cc
    3636    objects/Model.cc
     37    objects/Mesh.cc
     38    objects/BaseEntity.cc
    3739  )
    3840ELSE(WIN32)
     
    4143
    4244IF(WIN32)
    43   ADD_LIBRARY(orxonox ${ORXONOX_SRC_FILES})
     45#  ADD_LIBRARY(orxonox ${ORXONOX_SRC_FILES})
    4446ELSE(WIN32)
    4547  ADD_LIBRARY(orxonox SHARED ${ORXONOX_SRC_FILES})
Note: See TracChangeset for help on using the changeset viewer.