Copied resources to iOS example

This commit is contained in:
Bruno Van de Velde 2018-04-09 08:16:55 +02:00 committed by Lukas Dürrenberger
parent f25589e309
commit 5ebfef4803
5 changed files with 4 additions and 5 deletions

View File

@ -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 )

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB

Binary file not shown.

Binary file not shown.