Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/core7/src/libraries/core/module/CMakeLists.txt @ 10552

Last change on this file since 10552 was 10552, checked in by landauf, 9 years ago

added PluginManager to load/unload plugins at runtime

  • Property svn:eol-style set to native
File size: 225 bytes
Line 
1ADD_SOURCE_FILES(CORE_SRC_FILES
2  DynLib.cc
3  DynLibManager.cc
4  ModuleInstance.cc
5  Plugin.cc
6  PluginManager.cc
7  StaticallyInitializedInstance.cc
8  StaticInitializationHandlerIncludes.cc
9  StaticInitializationManager.cc
10)
Note: See TracBrowser for help on using the repository browser.