Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 663 was 659, checked in by nicolasc, 17 years ago
  • a lot of inlining of getfunctions
  • set libaudio to shared (not sure, if related: audioplayer + ingame sound == crash!)
  • minor space cleanups
File size: 342 bytes
Line 
1PROJECT(Orxonox)
2
3SET(SRC_FILES
4        AudioIncludes.h
5        AudioManager.cc
6        AudioBuffer.cc
7        AudioSource.cc
8        AudioStream.cc
9)
10
11
12INCLUDE_DIRECTORIES(..)
13
14ADD_LIBRARY(audio SHARED ${SRC_FILES})
15
16TARGET_LINK_LIBRARIES(audio ${OPENAL_LIBRARY} ${ALUT_LIBRARY} ${VORBISFILE_LIBRARY} ${VORBISENC_LIBRARY} ${VORBIS_LIBRARY} ${OGG_LIBRARY})
17
18
Note: See TracBrowser for help on using the repository browser.