From 9ee03ef4813eaaf6e5098efac41daf8169fcee0e Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Mon, 31 Mar 2025 01:09:51 +0100 Subject: Add lunasvg (and plutovg) This is the SVG library used by ImGui, so makes sense a choice even if we're not using it there yet. --- thirdparty/Jamfile.jam | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'thirdparty/Jamfile.jam') diff --git a/thirdparty/Jamfile.jam b/thirdparty/Jamfile.jam index b6ed163..26497c9 100644 --- a/thirdparty/Jamfile.jam +++ b/thirdparty/Jamfile.jam @@ -28,3 +28,15 @@ lib imguisdl2 : : : imgui ; + +lib lunasvg : + [ glob lunasvg/source/*.cpp lunasvg/plutovg/source/*.c ] + : + static + lunasvg/include + lunasvg/plutovg/include + off + -fPIC + : : + lunasvg/include + ; -- cgit v1.2.3