Merge pull request #482 from sjfricke/patch-1
Fixed Android Shadowmapping crash cmake
This commit is contained in:
commit
0bb366254e
1 changed files with 6 additions and 1 deletions
|
|
@ -60,6 +60,11 @@ task copyTask << {
|
||||||
include 'vulkanscene_shadow.dae'
|
include 'vulkanscene_shadow.dae'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
copy {
|
||||||
|
from '../../../data/models'
|
||||||
|
into 'assets/models'
|
||||||
|
include 'samplescene.dae'
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue