mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-10 06:31:37 +00:00
6 lines
179 B
Diff
6 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")
|