mirror of
https://github.com/SFML/SFML.git
synced 2024-11-25 04:41:05 +08:00
Copied resources to iOS example
This commit is contained in:
parent
f25589e309
commit
5ebfef4803
@ -5,12 +5,11 @@ set(CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake/Modules)
|
||||
# All source files
|
||||
set(SRC ${SRCROOT}/main.cpp)
|
||||
|
||||
# Use the resources from the android example
|
||||
set(RESOURCES
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/../android/assets/canary.wav
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/../android/assets/image.png
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/../android/assets/orchestral.ogg
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/../android/assets/sansation.ttf)
|
||||
${SRCROOT}/resources/canary.wav
|
||||
${SRCROOT}/resources/image.png
|
||||
${SRCROOT}/resources/orchestral.ogg
|
||||
${SRCROOT}/resources/sansation.ttf)
|
||||
|
||||
set_source_files_properties( ${RESOURCES} PROPERTIES
|
||||
MACOSX_PACKAGE_LOCATION Resources )
|
||||
|
BIN
examples/iOS/resources/canary.wav
Normal file
BIN
examples/iOS/resources/canary.wav
Normal file
Binary file not shown.
BIN
examples/iOS/resources/image.png
Normal file
BIN
examples/iOS/resources/image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.6 KiB |
BIN
examples/iOS/resources/orchestral.ogg
Normal file
BIN
examples/iOS/resources/orchestral.ogg
Normal file
Binary file not shown.
BIN
examples/iOS/resources/sansation.ttf
Normal file
BIN
examples/iOS/resources/sansation.ttf
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user