From b899b63843a5a346b09ff985ae8c8bdda2b63f8a Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sat, 22 May 2021 19:23:47 +0200 Subject: [PATCH] - Raze must still use zmusiclite due to license restrictions... :( This was a copy/paste error when cleaning up some things in the project file. --- source/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/CMakeLists.txt b/source/CMakeLists.txt index 32b012e0b..495402146 100644 --- a/source/CMakeLists.txt +++ b/source/CMakeLists.txt @@ -394,7 +394,7 @@ if( MSVC AND NOT ZMUSIC_FOUND ) # Use prebuilt library set( ZMUSIC_ROOT_PATH "${CMAKE_CURRENT_SOURCE_DIR}/../bin/windows/zmusic" ) set( ZMUSIC_INCLUDE_DIR ${ZMUSIC_ROOT_PATH}/include ) - set( ZMUSIC_LIBRARIES zmusic ) + set( ZMUSIC_LIBRARIES zmusiclite ) if( X64 ) link_directories( ${ZMUSIC_ROOT_PATH}/64bit ) elseif( ARM64 )