Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/FICN/src/loader/CMakeLists.txt @ 348

Last change on this file since 348 was 348, checked in by rgrieder, 16 years ago
  • made all self written libraries (like loader, network, core, etc.) STATIC to avoid unresolved external symbols (with dynamic libraries, the linker won't complain).
  • we don't need dynamic libraries for our own source files anyway
File size: 181 bytes
Line 
1PROJECT(Orxonox)
2
3# TODO find a cleaner way to include xmlParser
4SET( LOADER_SRC_FILES
5        LevelLoader.cc
6        ../xml/xmlParser.cc
7)
8
9ADD_LIBRARY(loader STATIC ${LOADER_SRC_FILES})
Note: See TracBrowser for help on using the repository browser.