mirror of
				https://github.com/libsdl-org/SDL.git
				synced 2025-11-04 01:34:38 +00:00 
			
		
		
		
	cmake+xcode: only create SDL2::SDL2main target when it does not exist again
This commit is contained in:
		@@ -58,10 +58,12 @@ if(NOT TARGET SDL2::SDL2)
 | 
			
		||||
            COMPATIBLE_INTERFACE_BOOL "SDL2_SHARED"
 | 
			
		||||
            INTERFACE_SDL2_SHARED "ON"
 | 
			
		||||
    )
 | 
			
		||||
    set(SDL2_SDL2_FOUND TRUE)
 | 
			
		||||
endif()
 | 
			
		||||
set(SDL2_SDL2_FOUND TRUE)
 | 
			
		||||
 | 
			
		||||
add_library(SDL2::SDL2main INTERFACE IMPORTED)
 | 
			
		||||
if(NOT TARGET SDL2::SDL2main)
 | 
			
		||||
    add_library(SDL2::SDL2main INTERFACE IMPORTED)
 | 
			
		||||
endif()
 | 
			
		||||
set(SDL2_SDL2main_FOUND TRUE)
 | 
			
		||||
 | 
			
		||||
check_required_components(SDL2)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user