Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 11, 2009, 10:22:55 PM (15 years ago)
Author:
landauf
Message:

Added a dynamic library loader (more or less a copy of Ogre::DynLibManager but with some adjustments for Orxonox). This allows us to load plugins at runtime. Plugin-libraries must be declared with the "PLUGIN" switch in ORXONOX_ADD_LIBRARY in CMake.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/libraries/cmake/BuildConfig.cmake

    r5625 r5626  
    172172# when building, don't use the install RPATH already
    173173# (but later on when installing)
    174 SET(CMAKE_BUILD_WITH_INSTALL_RPATH FALSE) 
     174SET(CMAKE_BUILD_WITH_INSTALL_RPATH FALSE)
    175175
    176176# the RPATH to be used when installing
Note: See TracChangeset for help on using the changeset viewer.