Files @ r25093:68192277157a
Branch filter:

Location: cpp/openttd-patchpack/source/os/emscripten/cmake/FindPNG.cmake

translators
Update: Translations from eints
luxembourgish: 1 change by phreeze83
serbian: 59 changes by nkrs
1
2
3
4
5
6
7
add_library(PNG::PNG INTERFACE IMPORTED)
set_target_properties(PNG::PNG PROPERTIES
        INTERFACE_COMPILE_OPTIONS "-sUSE_LIBPNG=1"
        INTERFACE_LINK_LIBRARIES "-sUSE_LIBPNG=1"
)

set(PNG_FOUND on)