Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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