mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-15 00:41:47 +00:00
7 lines
179 B
Diff
7 lines
179 B
Diff
|
--- /dev/null
|
||
|
+++ a/SDL2_ttfConfig.cmake
|
||
|
@@ -0,0 +1,3 @@
|
||
|
+include(CMakeFindDependencyMacro)
|
||
|
+find_dependency(Freetype)
|
||
|
+include("${CMAKE_CURRENT_LIST_DIR}/SDL2_TTFTargets.cmake")
|