Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/FICN/src/audio/CMakeLists.txt @ 419

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

We now have a nice backgroundsound playing

File size: 396 bytes
Line 
1PROJECT(Orxonox)
2
3SET(SRC_FILES
4        AudioIncludes.h
5        AudioManager.cc
6        AudioBuffer.cc
7        AudioSource.cc
8        AudioStream.cc
9)
10SET(INC_FILES
11        AudioManager.h
12        AudioBuffer.h
13        AudioSource.h
14        AudioStream.h
15)
16
17
18ADD_LIBRARY(audio ${SRC_FILES} ${INC_FILES})
19
20TARGET_LINK_LIBRARIES(audio ${OPENAL_LIBRARY} ${ALUT_LIBRARY} ${OGG_LIBRARY} ${VORBIS_LIBRARY} ${VORBISFILE_LIBRARY} ${VORBISENC_LIBRARY})
21
22
Note: See TracBrowser for help on using the repository browser.