Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/audio/src/audio/CMakeLists.txt @ 334

Last change on this file since 334 was 334, checked in by nicolape, 16 years ago

Sound is now working in Orxonox! Added a test background sound that plays when starting the game

File size: 191 bytes
Line 
1PROJECT(Orxonox)
2
3SET(SRC_FILES Ambient.cc)
4SET(INC_FILES Ambient.h)
5
6
7ADD_LIBRARY(audio ${SRC_FILES} ${INC_FILES})
8
9TARGET_LINK_LIBRARIES(audio alut)
10TARGET_LINK_LIBRARIES(audio openal)
11
12
Note: See TracBrowser for help on using the repository browser.