Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/FICN/src/orxonox/hud/CMakeLists.txt @ 555

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

WIN32 hack in CLs

File size: 201 bytes
Line 
1PROJECT(Orxonox)
2
3SET( HUD_SRC_FILES
4  hud_overlay.cc
5  test_overlay.cc
6)
7
8IF(WIN32)
9  ADD_LIBRARY(hud ${HUD_SRC_FILES})
10ELSE(WIN32)
11  ADD_LIBRARY(hud SHARED ${HUD_SRC_FILES})
12ENDIF(WIN32)
Note: See TracBrowser for help on using the repository browser.