Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/FICN/src/orxonox/objects/CMakeLists.txt @ 507

Last change on this file since 507 was 507, checked in by nicolape, 16 years ago
  • Skybox and ambient light load now from level file sample.oxw. Added objects to and methods to parse this tags. Added a tokenizer function to split strings into smaller strings (for reading out the light colours for examle). Moved Tokenizer and String2number into misc directory. deleted old unised xml class
File size: 250 bytes
Line 
1PROJECT(Orxonox)
2
3SET( OBJECTS_SRC_FILES
4  BaseObject.cc
5  WorldEntity.cc
6  test1.cc
7  test2.cc
8  test3.cc
9  Ambient.cc
10  Skybox.cc
11)
12
13ADD_LIBRARY(objects SHARED ${OBJECTS_SRC_FILES})
14
15TARGET_LINK_LIBRARIES( objects
16  xml
17  orxonox
18)
Note: See TracBrowser for help on using the repository browser.