cmake: create SDL2::SDL2main target in Apple framework official release

This commit is contained in:
Anonymous Maarten 2022-08-24 04:12:58 +02:00 committed by Sam Lantinga
parent ac44b22a24
commit b19e2f1e56

View file

@ -58,7 +58,10 @@ if(NOT TARGET SDL2::SDL2)
COMPATIBLE_INTERFACE_BOOL "SDL2_SHARED"
INTERFACE_SDL2_SHARED "ON"
)
set(SDL2_SDL2_FOUND TRUE)
endif()
set(SDL2_SDL2_FOUND)
add_library(SDL2::SDL2main INTERFACE IMPORTED)
set(SDL2_SDL2main_FOUND TRUE)
check_required_components(SDL2)