X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=CMakeLists.txt;h=a082391123dafb920fa7caa745e88181f6a6fcc9;hb=d792040d51f879e5f89e428675e7bb8abb1b815c;hp=ae480d161609fd960079b87e837b968093cc2245;hpb=30a0d3cb0ed4c918e7fcc8bf2026c61ed3e51797;p=lugaru.git diff --git a/CMakeLists.txt b/CMakeLists.txt index ae480d1..a082391 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -44,6 +44,7 @@ if(APPLE) set(LUGARU_FORCE_INTERNAL_PNG True) set(LUGARU_FORCE_INTERNAL_VORBIS True) set(LUGARU_FORCE_INTERNAL_ZLIB True) + set(LUGARU_FORCE_INTERNAL_OPENAL True) endif(APPLE) set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/Modules/")