I think I got the libpng android package working.

Note there is a bit of a dependency hack in Gems\Atom\Feature\Common\Code\CMakeLists.txt to work around a mysterious issue; I'll reach out to some experts for investigation.

Signed-off-by: santorac <55155825+santorac@users.noreply.github.com>
This commit is contained in:
santorac
2021-09-14 22:09:46 -07:00
parent 860571f1e3
commit bcef5e4952
3 changed files with 9 additions and 1 deletions
+1
View File
@@ -24,6 +24,7 @@ ly_add_target(
Gem::Atom_RHI.Public
PUBLIC
Gem::Atom_RHI.Reflect
3rdParty::zlib
3rdParty::libpng
)