Fixed Android Shadowmapping crash cmake

follow up from #478
This commit is contained in:
Spencer 2018-05-11 08:03:09 -05:00 committed by GitHub
parent 69dca89a02
commit 198351d323
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'
}
copy {
from '../../../data/models'
into 'assets/models'
include 'samplescene.dae'
}
}