Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoerg Mueller <nexyon@gmail.com>2009-08-06 22:22:41 +0400
committerJoerg Mueller <nexyon@gmail.com>2009-08-06 22:22:41 +0400
commitb84ee4f7ff6f25bef8d6e7ad8343c5e9c71eec21 (patch)
tree1982cc1d65f4045ca915afa4d18212880bd99069
parent0596724fbb5bebdfaae83a95c19ff49d21601cc0 (diff)
Update for cmake for the new openal libs.
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 64f7f9463e8..4b9899d9005 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -213,7 +213,7 @@ IF(WIN32)
#SET(WITH_OPENAL ON)
SET(OPENAL ${LIBDIR}/openal)
SET(OPENAL_INC ${OPENAL}/include ${OPENAL}/include/AL)
- SET(OPENAL_LIB openal_static)
+ SET(OPENAL_LIB wrap_oal)
SET(OPENAL_LIBPATH ${OPENAL}/lib)
ENDIF(CMAKE_CL_64)