blob: e67cb027fb7f80e96118d31d625b8dc9cb4bebde (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- cmake/SearchForStuff.cmake.orig 2025-06-23 10:47:03 UTC
+++ cmake/SearchForStuff.cmake
@@ -1,6 +1,8 @@
#-------------------------------------------------------------------------------
# Search all libraries on the system
#-------------------------------------------------------------------------------
+list(APPEND CMAKE_MODULE_PATH ${CMAKE_LOCALBASE}/lib/cmake/SDL3_ttf)
+include(PkgConfigHelper)
find_package(Git)
# Require threads on all OSes.
|