Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

We now have a nice backgroundsound playing

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