mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-23 04:12:13 +00:00
add patch for sdl2_ttf with missing cmake file
This commit is contained in:
parent
8323acbe5b
commit
b7a948c1f5
1 changed files with 6 additions and 0 deletions
6
patch/sdl2_ttf-fix-cmake.diff
Normal file
6
patch/sdl2_ttf-fix-cmake.diff
Normal 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")
|
Loading…
Reference in a new issue