Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 376 was 376, checked in by rgrieder, 16 years ago
  • removed the linker flags, since —no-undefined has no influence when building shared libraries (sorry Nico for you efforts) —no-allow-shlib-undefined should exist, but doesn't according to the man page, and it also doesn't work anyway.
  • removed linkage of ENet to the main executable as well (not necessary)
File size: 152 bytes
Line 
1PROJECT(Orxonox)
2
3SET( OBJECTS_SRC_FILES
4  BaseObject.cc
5  test1.cc
6  test2.cc
7  test3.cc
8)
9
10ADD_LIBRARY(objects SHARED ${OBJECTS_SRC_FILES})
Note: See TracBrowser for help on using the repository browser.