mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-01-06 21:37:47 +00:00
Rename SDLmain to SDL_main and SDLtest to SDL_test for consistency with other SDL libraries
This commit is contained in:
@@ -61,9 +61,9 @@ if(NOT TARGET SDL3::SDL3)
|
||||
endif()
|
||||
set(SDL3_SDL3_FOUND TRUE)
|
||||
|
||||
if(NOT TARGET SDL3::SDL3main)
|
||||
add_library(SDL3::SDL3main INTERFACE IMPORTED)
|
||||
if(NOT TARGET SDL3::SDL3_main)
|
||||
add_library(SDL3::SDL3_main INTERFACE IMPORTED)
|
||||
endif()
|
||||
set(SDL3_SDL3main_FOUND TRUE)
|
||||
set(SDL3_SDL3_main_FOUND TRUE)
|
||||
|
||||
check_required_components(SDL3)
|
||||
|
||||
Reference in New Issue
Block a user