]> git.jsancho.org Git - lugaru.git/blobdiff - CMakeLists.txt
Add missing force internal command for OSX and refactor CI file
[lugaru.git] / CMakeLists.txt
index ae480d161609fd960079b87e837b968093cc2245..a082391123dafb920fa7caa745e88181f6a6fcc9 100644 (file)
@@ -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/")