mirror of
https://github.com/SFML/SFML.git
synced 2024-11-25 04:41: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)
|
if(NOT SFML_USE_DRM)
|
||||||
add_subdirectory(X11)
|
add_subdirectory(X11)
|
||||||
endif()
|
endif()
|
||||||
elseif(SFML_OS_MACOS AND ${CMAKE_GENERATOR} MATCHES "Xcode")
|
elseif(SFML_OS_MACOS)
|
||||||
add_subdirectory(cocoa)
|
add_subdirectory(cocoa)
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
Loading…
Reference in New Issue
Block a user