Merge branch 'fix-freetype-libpng-deps'

This commit is contained in:
David Capello 2016-04-04 12:40:02 -03:00
commit 42e868218f

View File

@ -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)