Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/libraries2/src/modules/objects/eventsystem/CMakeLists.txt @ 5730

Last change on this file since 5730 was 5730, checked in by landauf, 15 years ago

Added CMakeLists, ObjectsPrereqs.h and _ObjectsExport
Changed Paths in the files of the objects module
Compiles now again

Btw, I had to link the objects module into the weaponsystem module because the projectile is hardcoded at the moment and therefore needs a collision shape. This will be changed somewhen in the future.

  • Property svn:eol-style set to native
File size: 94 bytes
Line 
1ADD_SOURCE_FILES(OBJECTS_SRC_FILES
2  EventDispatcher.cc
3  EventListener.cc
4  EventTarget.cc
5)
Note: See TracBrowser for help on using the repository browser.