Add iOS demo
This commit is contained in:
parent
fc655f52b9
commit
7be2111d61
5 changed files with 129 additions and 29 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue