mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-14 10:37:17 -07:00
Fix SDL issue (#1870)
This commit is contained in:
parent
a9f73ee641
commit
cc7f831ec1
1 changed files with 2 additions and 2 deletions
|
@ -1699,7 +1699,7 @@ find_package(SDL2)
|
|||
set(SDL2-INCLUDE ${SDL2_INCLUDE_DIRS})
|
||||
|
||||
if (CMAKE_SYSTEM_NAME STREQUAL "Windows")
|
||||
find_package(SDL2-net)
|
||||
find_package(SDL2_net)
|
||||
set(SDL2-NET-INCLUDE ${SDL_NET_INCLUDE_DIRS})
|
||||
endif()
|
||||
|
||||
|
@ -1972,7 +1972,7 @@ if (CMAKE_SYSTEM_NAME STREQUAL "Windows")
|
|||
"glu32;"
|
||||
"SDL2::SDL2;"
|
||||
"SDL2::SDL2main;"
|
||||
"SDL2::SDL2_net;"
|
||||
"SDL2_net::SDL2_net-static;"
|
||||
"glfw;"
|
||||
"winmm;"
|
||||
"imm32;"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue