PageRenderTime 48ms CodeModel.GetById 17ms RepoModel.GetById 0ms app.codeStats 0ms

/indra/cmake/LLAudio.cmake

https://bitbucket.org/lindenlab/viewer-beta/
CMake | 10 lines | 5 code | 3 blank | 2 comment | 0 complexity | 49229884ea7f26d8073961d362e06d3f MD5 | raw file
Possible License(s): LGPL-2.1
  1. # -*- cmake -*-
  2. include(Audio)
  3. set(LLAUDIO_INCLUDE_DIRS
  4. ${LIBS_OPEN_DIR}/llaudio
  5. )
  6. # be exhaustive here
  7. set(LLAUDIO_LIBRARIES llaudio ${VORBISFILE_LIBRARIES} ${VORBIS_LIBRARIES} ${VORBISENC_LIBRARIES} ${OGG_LIBRARIES} ${OPENAL_LIBRARIES})