repo.or.cz
/
openttd-github.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add: Overlay cargo icon in vehicle/depot list when holding shift+ctrl. (#12938)
[openttd-github.git]
/
os
/
emscripten
/
cmake
/
FindPNG.cmake
blob
2616af33d9bb6ebcda808b4d4b0881447fc735f1
1
add_library(PNG::PNG INTERFACE IMPORTED)
2
set_target_properties(PNG::PNG PROPERTIES
3
INTERFACE_COMPILE_OPTIONS "-sUSE_LIBPNG=1"
4
INTERFACE_LINK_LIBRARIES "-sUSE_LIBPNG=1"
5
)
6
7
set(PNG_FOUND on)