fixed sdl3 build on windows
This commit is contained in:
@@ -143,7 +143,11 @@ if(WIN32)
|
|||||||
|
|
||||||
if(USE_SDL3)
|
if(USE_SDL3)
|
||||||
list(APPEND LIB_SOURCE
|
list(APPEND LIB_SOURCE
|
||||||
"${PROJECT_SOURCE_DIR}/TSE/TSE_Sdl3Impl/include/SDL3.lib"
|
"${PROJECT_SOURCE_DIR}/TSE/TSE_Sdl3Impl/include/SDL3-static.lib"
|
||||||
|
"winmm"
|
||||||
|
"setupapi"
|
||||||
|
"cfgmgr32"
|
||||||
|
"version"
|
||||||
)
|
)
|
||||||
list(APPEND BACKEND_TARGETS TSE_Sdl3Impl)
|
list(APPEND BACKEND_TARGETS TSE_Sdl3Impl)
|
||||||
endif()
|
endif()
|
||||||
|
|||||||
2
TSE
2
TSE
Submodule TSE updated: a596028ed9...6f5873e778
Reference in New Issue
Block a user