.
This commit is contained in:
@@ -158,7 +158,11 @@ if (WIN32)
|
|||||||
setupapi
|
setupapi
|
||||||
legacy_stdio_definitions
|
legacy_stdio_definitions
|
||||||
)
|
)
|
||||||
set(SDL_MAIN_TARGET SDL3::SDL3main)
|
if (TARGET SDL3::SDL3main)
|
||||||
|
set(SDL_MAIN_TARGET SDL3::SDL3main)
|
||||||
|
else ()
|
||||||
|
set(SDL_MAIN_TARGET)
|
||||||
|
endif ()
|
||||||
else ()
|
else ()
|
||||||
set(OPENGL_LIB GL)
|
set(OPENGL_LIB GL)
|
||||||
set(PLATFORM_LIBS)
|
set(PLATFORM_LIBS)
|
||||||
|
|||||||
Reference in New Issue
Block a user