add patch for sdl2_ttf with missing cmake file

This commit is contained in:
alexey.lysiuk 2021-06-06 13:25:21 +03:00
parent 8323acbe5b
commit b7a948c1f5

View file

@ -0,0 +1,6 @@
--- /dev/null
+++ a/SDL2_ttfConfig.cmake
@@ -0,0 +1,3 @@
+include(CMakeFindDependencyMacro)
+find_dependency(Freetype)
+include("${CMAKE_CURRENT_LIST_DIR}/SDL2_TTFTargets.cmake")