Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 16, 2009, 4:15:52 PM (15 years ago)
Author:
rgrieder
Message:
  • Renamed some Cache variables
  • Hid some other (into the advanced section)
  • removed /../ from media and dependency directory
  • OGRE plugins don't specify the render systems anymore, just the plugins.
  • CheckOGREPlugins automatically finds the available render systems
File:
1 edited

Legend:

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

    r2670 r2673  
    7676)
    7777
     78ORXONOX_INSTALL(orxonox)
     79
     80
    7881# When using Visual Studio we want to use the output directory as working
    7982# directory and we also want to specify where the external dlls
     
    9396  CONFIGURE_FILE("${CMAKE_CURRENT_SOURCE_DIR}/orxonox.vcproj.user" "${CMAKE_CURRENT_BINARY_DIR}/orxonox.vcproj.user")
    9497ENDIF(MSVC)
    95 
    96 ORXONOX_INSTALL(orxonox)
Note: See TracChangeset for help on using the changeset viewer.