Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 31, 2007, 4:56:53 PM (16 years ago)
Author:
rgrieder
Message:
  • changed executable from main to orxonox
  • added src/orxonox to the include directories
File:
1 edited

Legend:

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

    r768 r774  
    3131)
    3232
    33 ADD_EXECUTABLE( main ${ORXONOX_SRC_FILES} )
     33ADD_EXECUTABLE( orxonox ${ORXONOX_SRC_FILES} )
    3434
    35 SET_TARGET_PROPERTIES( main PROPERTIES LINK_FLAGS "--no-undefined" )
     35SET_TARGET_PROPERTIES( orxonox PROPERTIES LINK_FLAGS "--no-undefined" )
    3636
    37 TARGET_LINK_LIBRARIES( main
     37TARGET_LINK_LIBRARIES( orxonox
    3838  ${OGRE_LIBRARIES}
    3939  ${OIS_LIBRARIES}
Note: See TracChangeset for help on using the changeset viewer.