Skip to content

Commit

Permalink
CMake: install DeferredShading resources on android
Browse files Browse the repository at this point in the history
  • Loading branch information
paroj committed Oct 23, 2018
1 parent 32345c3 commit 7818a85
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMake/Templates/Android_resources.cfg.in
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@ APKZip=/packs/DamagedHelmet.zip

APKFileSystem=/PBR
APKFileSystem=/HLMS
APKFileSystem=/DeferredShadingMedia
APKFileSystem=/DeferredShadingMedia/DeferredShading/post
1 change: 1 addition & 0 deletions CMake/Utils/AndroidMacros.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ macro(copy_assets_to_android_proj)
file(COPY "${CMAKE_SOURCE_DIR}/Samples/Media/materials" DESTINATION "${NDKOUT}/assets")
file(COPY "${CMAKE_SOURCE_DIR}/Samples/Media/HLMS" DESTINATION "${NDKOUT}/assets")
file(COPY "${CMAKE_SOURCE_DIR}/Samples/Media/PBR" DESTINATION "${NDKOUT}/assets")
file(COPY "${CMAKE_SOURCE_DIR}/Samples/Media/DeferredShadingMedia" DESTINATION "${NDKOUT}/assets")

file(COPY "${CMAKE_SOURCE_DIR}/SDK/Android/drawable-hdpi" DESTINATION "${NDKOUT}/res")
file(COPY "${CMAKE_SOURCE_DIR}/SDK/Android/drawable-ldpi" DESTINATION "${NDKOUT}/res")
Expand Down

0 comments on commit 7818a85

Please sign in to comment.