Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/FICN/src/orxonox/particle/CMakeLists.txt @ 535

Last change on this file since 535 was 535, checked in by nicolasc, 16 years ago
  • moved particle(-system) to a better place
  • included particlesystem (but could not get it working)
  • some minor cleanup
File size: 100 bytes
Line 
1PROJECT(Orxonox)
2
3SET(SRC_FILES
4  ParticleInterface.cc
5)
6
7ADD_LIBRARY(particle SHARED ${SRC_FILES})
Note: See TracBrowser for help on using the repository browser.