mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 04:25:46 -04:00
Fix CMake build
This commit is contained in:
@ -19,6 +19,7 @@ if(WIN32)
|
||||
|
||||
set(SDL2_INCLUDE_DIRS "${CMAKE_CURRENT_SOURCE_DIR}/dep/msvc/include/SDL")
|
||||
set(SDL2_LIBRARIES "SDL2")
|
||||
set(SDL2_FOUND TRUE)
|
||||
else()
|
||||
find_package(SDL2 REQUIRED)
|
||||
endif()
|
||||
|
Reference in New Issue
Block a user