mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-26 18:21:44 +00:00
Merge branch 'fix-freetype-libpng-deps'
This commit is contained in:
commit
42e868218f
4
third_party/CMakeLists.txt
vendored
4
third_party/CMakeLists.txt
vendored
@ -84,6 +84,10 @@ if(NOT USE_SHARED_FREETYPE)
|
||||
endif()
|
||||
|
||||
add_subdirectory(freetype2)
|
||||
|
||||
if(NOT USE_SHARED_LIBPNG)
|
||||
add_dependencies(freetype png_static)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
add_subdirectory(simpleini)
|
||||
|
Loading…
Reference in New Issue
Block a user