Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

Some changes on streamer

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