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
|
# All source files
|
||||||
set(SRC ${SRCROOT}/main.cpp)
|
set(SRC ${SRCROOT}/main.cpp)
|
||||||
|
|
||||||
# Use the resources from the android example
|
|
||||||
set(RESOURCES
|
set(RESOURCES
|
||||||
${CMAKE_CURRENT_SOURCE_DIR}/../android/assets/canary.wav
|
${SRCROOT}/resources/canary.wav
|
||||||
${CMAKE_CURRENT_SOURCE_DIR}/../android/assets/image.png
|
${SRCROOT}/resources/image.png
|
||||||
${CMAKE_CURRENT_SOURCE_DIR}/../android/assets/orchestral.ogg
|
${SRCROOT}/resources/orchestral.ogg
|
||||||
${CMAKE_CURRENT_SOURCE_DIR}/../android/assets/sansation.ttf)
|
${SRCROOT}/resources/sansation.ttf)
|
||||||
|
|
||||||
set_source_files_properties( ${RESOURCES} PROPERTIES
|
set_source_files_properties( ${RESOURCES} PROPERTIES
|
||||||
MACOSX_PACKAGE_LOCATION Resources )
|
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