Add iOS demo

This commit is contained in:
Jonny Paton 2018-02-27 12:17:08 -08:00
parent fc655f52b9
commit 7be2111d61
5 changed files with 129 additions and 29 deletions

View file

@ -67,7 +67,7 @@ else()
endif()
# add an option for building the examples
if(NOT (SFML_OS_IOS OR SFML_OS_ANDROID))
if(NOT SFML_OS_ANDROID)
sfml_set_option(SFML_BUILD_EXAMPLES FALSE BOOL "TRUE to build the SFML examples, FALSE to ignore them")
else()
set(SFML_BUILD_EXAMPLES FALSE)