mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-02-01 09:34:33 +00:00
Remove SDL3_main from build systems, remove most of src/main/*
XCode is still missing, and src/main/winrt/SDL3-WinRTResource* still need to find a new home
This commit is contained in:
committed by
Sam Lantinga
parent
63d3fb469d
commit
c3bf253b09
@@ -61,9 +61,4 @@ if(NOT TARGET SDL3::SDL3)
|
||||
endif()
|
||||
set(SDL3_SDL3_FOUND TRUE)
|
||||
|
||||
if(NOT TARGET SDL3::SDL3_main)
|
||||
add_library(SDL3::SDL3_main INTERFACE IMPORTED)
|
||||
endif()
|
||||
set(SDL3_SDL3_main_FOUND TRUE)
|
||||
|
||||
check_required_components(SDL3)
|
||||
|
||||
Reference in New Issue
Block a user