Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/FICN_test/src/audio/CMakeLists.txt @ 757

Last change on this file since 757 was 757, checked in by rgrieder, 16 years ago
  • complete restructured all the CMLs, tried to avoid circular dependencies
File size: 416 bytes
Line 
1SET (SRC_FILES
2  AudioIncludes.h
3  AudioManager.cc
4  AudioBuffer.cc
5  AudioSource.cc
6  AudioStream.cc
7)
8
9ADD_LIBRARY(${Orxonox_BINARY_DIR}/audio SHARED ${SRC_FILES})
10SET_TARGET_PROPERTIES( audio PROPERTIES LINK_FLAGS "--no-undefined" )
11
12TARGET_LINK_LIBRARIES( audio
13  ${OPENAL_LIBRARY}
14  ${ALUT_LIBRARY}
15  ${VORBISFILE_LIBRARY}
16#  ${VORBISENC_LIBRARY}
17#  ${VORBIS_LIBRARY}
18#  ${OGG_LIBRARY}
19)
20
21
Note: See TracBrowser for help on using the repository browser.