Add OpenAL_LIBRARY to Audio_LIBRARIES.

Doesn't make sense to not add them. Let's hope this doesn't break autobuilds again.
issue1247
Sven Eberhardt 2014-09-25 16:46:21 +02:00
parent 2254136068
commit 42d53c5225
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ if(Audio_TK STREQUAL "OpenAL")
set(Audio_FOUND TRUE)
set(Audio_LIBRARIES ${OpenAL_LIBRARIES} ${OggVorbis_LIBRARIES})
set(Audio_INCLUDE_DIRS ${OpenAL_INCLUDE_DIRS} ${OggVorbis_INCLUDE_DIRS})
set(Audio_LIBRARIES ${Audio_LIBRARIES} ${Alut_LIBRARIES})
set(Audio_LIBRARIES ${Audio_LIBRARIES} ${Alut_LIBRARIES} ${OpenAL_LIBRARY})
set(Audio_INCLUDE_DIRS ${Audio_INCLUDE_DIRS} ${Alut_INCLUDE_DIRS})
endif()
elseif(Audio_TK STREQUAL "SDL_Mixer")