Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/FICN/src/orxonox/tools/CMakeLists.txt @ 750

Last change on this file since 750 was 750, checked in by landauf, 16 years ago

(still not)

File size: 197 bytes
Line 
1PROJECT(Orxonox)
2
3SET(SRC_FILES
4  BillboardSet.cc
5  Light.cc
6  Mesh.cc
7)
8
9IF(WIN32)
10  ADD_LIBRARY(tools ${SRC_FILES})
11ELSE(WIN32)
12  ADD_LIBRARY(tools SHARED ${SRC_FILES})
13ENDIF(WIN32)
Note: See TracBrowser for help on using the repository browser.