- Raze must still use zmusiclite due to license restrictions... :(

This was a copy/paste error when cleaning up some things in the project file.
This commit is contained in:
Christoph Oelckers 2021-05-22 19:23:47 +02:00
parent 0c6e2f0c9e
commit b899b63843

View file

@ -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 )