Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/input/src/orxonox/core/CMakeLists.txt @ 1043

Last change on this file since 1043 was 1043, checked in by landauf, 16 years ago

if reto needs this for testing, i'll commit the other bugfix ;)

File size: 570 bytes
RevLine 
[341]1SET( CORE_SRC_FILES
[871]2  OrxonoxClass.cc
[733]3  BaseObject.cc
[376]4  Factory.cc
5  Identifier.cc
[871]6  IdentifierDistributor.cc
[971]7  InputHandler.cc
8  InputManager.cc
[1041]9  InputEventListener.cc
[376]10  MetaObjectList.cc
[496]11  ConfigValueContainer.cc
[420]12  Error.cc
[496]13  SignalHandler.cc
[560]14  DebugLevel.cc
[684]15  OutputHandler.cc
[704]16  Language.cc
[871]17  ClassTreeMask.cc
18  Loader.cc
19  Executor.cc
20  XMLPort.cc
[919]21  Tickable.cc
[341]22)
23
[768]24ADD_LIBRARY( core SHARED ${CORE_SRC_FILES})
25SET_TARGET_PROPERTIES( core PROPERTIES LINK_FLAGS "--no-undefined" )
26
27TARGET_LINK_LIBRARIES( core
[1043]28  ${OIS_LIBRARIES}
[768]29  util
[871]30)
Note: See TracBrowser for help on using the repository browser.