OpenAL fixed. CMake path set correctly.

This commit is contained in:
Stiffly
2015-09-22 14:32:04 +02:00
parent 7e9e19039c
commit 3f4ede4b7d
3 changed files with 13 additions and 6 deletions
+2
View File
@@ -9,6 +9,8 @@ find_package(ZLIB REQUIRED)
find_package(PNG REQUIRED)
find_package(BGFX REQUIRED)
find_package(liquidfun REQUIRED)
# Because FindOpenAL is retarded
set(CMAKE_INCLUDE_PATH ${CMAKE_INCLUDE_PATH} "${CMAKE_SOURCE_DIR}/deps/include/AL")
find_package(OpenAL REQUIRED)
# GLM