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
Line 
1SET( CORE_SRC_FILES
2  OrxonoxClass.cc
3  BaseObject.cc
4  Factory.cc
5  Identifier.cc
6  IdentifierDistributor.cc
7  InputHandler.cc
8  InputManager.cc
9  InputEventListener.cc
10  MetaObjectList.cc
11  ConfigValueContainer.cc
12  Error.cc
13  SignalHandler.cc
14  DebugLevel.cc
15  OutputHandler.cc
16  Language.cc
17  ClassTreeMask.cc
18  Loader.cc
19  Executor.cc
20  XMLPort.cc
21  Tickable.cc
22)
23
24ADD_LIBRARY( core SHARED ${CORE_SRC_FILES})
25SET_TARGET_PROPERTIES( core PROPERTIES LINK_FLAGS "--no-undefined" )
26
27TARGET_LINK_LIBRARIES( core
28  ${OIS_LIBRARIES}
29  util
30)
Note: See TracBrowser for help on using the repository browser.