Merge pull request #482 from sjfricke/patch-1

Fixed Android Shadowmapping crash cmake
This commit is contained in:
Sascha Willems 2018-05-12 08:34:24 +02:00 committed by GitHub
commit 0bb366254e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -60,6 +60,11 @@ task copyTask << {
include 'vulkanscene_shadow.dae' include 'vulkanscene_shadow.dae'
} }
copy {
from '../../../data/models'
into 'assets/models'
include 'samplescene.dae'
}
} }