X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=CMakeLists.txt;h=7a55bda573c9c5773458a48dfb92dfbed0daf0ad;hb=b468f24797ff9f29d0949abed89cb3117ea2b08d;hp=17f8130771dfa60d44a4d9f57731779cec91754a;hpb=9875fbe96a215a32d80a18b9fdc7f717c80f51c9;p=lugaru.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 17f8130..7a55bda 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -179,6 +179,7 @@ if (NOT LUGARU_FORCE_INTERNAL_OPENAL) # FIXME: We should remove bundled libs and allow building OpenAL from source, for all platforms if (WIN32) pkg_check_modules(OPENAL openal) + set(OPENAL_LIBRARY ${OPENAL_LIBRARIES}) else (WIN32) find_package(OpenAL REQUIRED) endif()