mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-29 21:33:12 +00:00
Try to compile libpng before libwebp
This commit is contained in:
parent
8ae2a8bce5
commit
93cb0d3b51
6
third_party/CMakeLists.txt
vendored
6
third_party/CMakeLists.txt
vendored
@ -36,6 +36,12 @@ endif()
|
||||
if(WITH_WEBP_SUPPORT)
|
||||
set(WEBP_BUILD_EXTRAS OFF CACHE BOOL "Build extras.")
|
||||
add_subdirectory(libwebp)
|
||||
|
||||
if(NOT USE_SHARED_LIBPNG)
|
||||
add_dependencies(webp ${PNG_LIBRARY})
|
||||
add_dependencies(webpdemux ${PNG_LIBRARY})
|
||||
add_dependencies(libwebpmux ${PNG_LIBRARY})
|
||||
endif()
|
||||
endif()
|
||||
|
||||
if(NOT USE_SHARED_TINYXML)
|
||||
|
Loading…
x
Reference in New Issue
Block a user