Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/network/src/orxonox/core/CMakeLists.txt @ 921

Last change on this file since 921 was 919, checked in by rgrieder, 16 years ago
  • AudioManager is now Tickable
  • NPC update moved to its tick-function
  • corrected CMakeLists
  • added a few window properties to GraphicsEngine
  • OrxListener has been completely replaced
File size: 503 bytes
Line 
1SET( CORE_SRC_FILES
2  OrxonoxClass.cc
3  BaseObject.cc
4  Factory.cc
5  Identifier.cc
6  IdentifierDistributor.cc
7  MetaObjectList.cc
8  ConfigValueContainer.cc
9  Error.cc
10  SignalHandler.cc
11  ArgReader.cc
12  DebugLevel.cc
13  OutputHandler.cc
14  Language.cc
15  ClassTreeMask.cc
16  Loader.cc
17  Executor.cc
18  XMLPort.cc
19  Tickable.cc
20)
21
22ADD_LIBRARY( core SHARED ${CORE_SRC_FILES})
23SET_TARGET_PROPERTIES( core PROPERTIES LINK_FLAGS "--no-undefined" )
24
25TARGET_LINK_LIBRARIES( core
26  util
27)
Note: See TracBrowser for help on using the repository browser.