mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-26 09:19:27 +00:00
Try to compile libpng before freetype (because freetype depends on libpng)
This commit is contained in:
parent
f25c030a20
commit
d94b859777
4
third_party/CMakeLists.txt
vendored
4
third_party/CMakeLists.txt
vendored
@ -84,6 +84,10 @@ if(NOT USE_SHARED_FREETYPE)
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
add_subdirectory(freetype2)
|
add_subdirectory(freetype2)
|
||||||
|
|
||||||
|
if(NOT USE_SHARED_LIBPNG)
|
||||||
|
add_dependencies(freetype png_static)
|
||||||
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
add_subdirectory(simpleini)
|
add_subdirectory(simpleini)
|
||||||
|
Loading…
Reference in New Issue
Block a user