From d15d448d8000ee7b40564e54501f05ba97f4915f Mon Sep 17 00:00:00 2001 From: Mr-Wiseguy Date: Thu, 3 Apr 2025 03:26:26 -0400 Subject: [PATCH] Update lunasvg to increase its minimum cmake version --- CMakeLists.txt | 1 + lib/lunasvg | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5cde068..bd719b2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -51,6 +51,7 @@ add_subdirectory(${CMAKE_SOURCE_DIR}/lib/lunasvg) SET(RMLUI_SVG_PLUGIN ON CACHE BOOL "" FORCE) SET(RMLUI_TESTS_ENABLED OFF CACHE BOOL "" FORCE) add_subdirectory(${CMAKE_SOURCE_DIR}/lib/RmlUi) +target_compile_definitions(rmlui_core PRIVATE LUNASVG_BUILD_STATIC) add_subdirectory(${CMAKE_SOURCE_DIR}/lib/N64ModernRuntime) diff --git a/lib/lunasvg b/lib/lunasvg index 610b8bf..4166d0c 160000 --- a/lib/lunasvg +++ b/lib/lunasvg @@ -1 +1 @@ -Subproject commit 610b8bf5148a27489b4e3344b4f5617b81be38c7 +Subproject commit 4166d0cccfc059b39d5ecfc372524375e59448f9