mirror of
https://github.com/SFML/SFML.git
synced 2024-11-24 20:31:05 +08:00
Build Cocoa example even when not using Xcode
This commit is contained in:
parent
d00ab43ea6
commit
3ea228434b
@ -35,7 +35,7 @@ if(SFML_BUILD_GRAPHICS)
|
||||
if(NOT SFML_USE_DRM)
|
||||
add_subdirectory(X11)
|
||||
endif()
|
||||
elseif(SFML_OS_MACOS AND ${CMAKE_GENERATOR} MATCHES "Xcode")
|
||||
elseif(SFML_OS_MACOS)
|
||||
add_subdirectory(cocoa)
|
||||
endif()
|
||||
endif()
|
||||
|
Loading…
Reference in New Issue
Block a user