mirror of
https://github.com/SFML/SFML.git
synced 2024-11-24 20:31:05 +08:00
iOS example did not build on case-sensitive filesystem because path contained 'ios' instead of 'iOS' in CMakeLists.txt
This commit is contained in:
parent
2cd4797557
commit
f25589e309
@ -1,5 +1,5 @@
|
||||
|
||||
set(SRCROOT ${PROJECT_SOURCE_DIR}/examples/ios)
|
||||
set(SRCROOT ${PROJECT_SOURCE_DIR}/examples/iOS)
|
||||
set(CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake/Modules)
|
||||
|
||||
# All source files
|
||||
|
Loading…
Reference in New Issue
Block a user