Browse Source

WavAudioImporter: explicitly find OpenAL also here.

Fixes random issues with al.h not found (based on whether Audio library
CMakeLists.txt gets processed before or after this plugin).
pull/34/head
Vladimír Vondruš 13 years ago
parent
commit
6dc6404161
  1. 2
      src/Plugins/WavAudioImporter/CMakeLists.txt

2
src/Plugins/WavAudioImporter/CMakeLists.txt

@ -22,6 +22,8 @@
# DEALINGS IN THE SOFTWARE.
#
find_package(OpenAL REQUIRED)
include_directories(${OPENAL_INCLUDE_DIR})
set(WavAudioImporter_SRCS

Loading…
Cancel
Save