mirror of https://github.com/encounter/SDL.git
cmake: create SDL2::SDL2main target in Apple framework official release
This commit is contained in:
parent
645b0f6abf
commit
dc2ef31c29
|
@ -58,7 +58,10 @@ if(NOT TARGET SDL2::SDL2)
|
||||||
COMPATIBLE_INTERFACE_BOOL "SDL2_SHARED"
|
COMPATIBLE_INTERFACE_BOOL "SDL2_SHARED"
|
||||||
INTERFACE_SDL2_SHARED "ON"
|
INTERFACE_SDL2_SHARED "ON"
|
||||||
)
|
)
|
||||||
|
set(SDL2_SDL2_FOUND TRUE)
|
||||||
endif()
|
endif()
|
||||||
set(SDL2_SDL2_FOUND)
|
|
||||||
|
add_library(SDL2::SDL2main INTERFACE IMPORTED)
|
||||||
|
set(SDL2_SDL2main_FOUND TRUE)
|
||||||
|
|
||||||
check_required_components(SDL2)
|
check_required_components(SDL2)
|
||||||
|
|
Loading…
Reference in New Issue