Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 414 was 411, checked in by nicolape, 18 years ago

Some changes on streamer

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