Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 405 was 404, checked in by nicolape, 18 years ago
File size: 363 bytes
Line 
1PROJECT(Orxonox)
2
3SET(SRC_FILES
4        AudioIncludes.h
5        AudioManager.cc
6        AudioBuffer.cc
7        AudioSource.cc
8)
9SET(INC_FILES
10        AudioManager.h
11        AudioBuffer.h
12        AudioSource.h
13)
14
15
16ADD_LIBRARY(audio ${SRC_FILES} ${INC_FILES})
17
18TARGET_LINK_LIBRARIES(audio ${OPENAL_LIBRARY} ${ALUT_LIBRARY} ${OGG_LIBRARY} ${VORBIS_LIBRARY} ${VORBISFILE_LIBRARY} ${VORBISENC_LIBRARY})
19
20
Note: See TracBrowser for help on using the repository browser.