Skip to content
Snippets Groups Projects
Commit fc8a0545 authored by Estudi's avatar Estudi
Browse files

From Gordon Watts: It includes a file that doesn't exist until after freetype is untar'd!

parent 5d40d25a
No related branches found
No related tags found
No related merge requests found
...@@ -115,4 +115,8 @@ endif() ...@@ -115,4 +115,8 @@ endif()
add_custom_target(AFTERIMAGE DEPENDS ${afterimagelib} ) add_custom_target(AFTERIMAGE DEPENDS ${afterimagelib} )
set_target_properties(AFTERIMAGE PROPERTIES FOLDER Builtins) set_target_properties(AFTERIMAGE PROPERTIES FOLDER Builtins)
if(builtin_freetype)
add_dependencies(AFTERIMAGE FREETYPE)
endif()
install(FILES ${afterimagelib} DESTINATION lib) install(FILES ${afterimagelib} DESTINATION lib)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment