mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-07 07:00:48 +00:00
Rename SDLmain to SDL_main and SDLtest to SDL_test for consistency with other SDL libraries
This commit is contained in:
parent
b4ebb3b568
commit
c2432f8d0d
52 changed files with 158 additions and 155 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue