diff options
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 7dbe2f93..28622177 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -36,7 +36,7 @@ OPTION(EXAMPLES "Build example programs" ON) IF(WIN32) - SET(LIBNAME openal32) + SET(LIBNAME OpenAL32) ADD_DEFINITIONS("-D_WIN32") ELSE() SET(LIBNAME openal) |