Skip to content

Commit

Permalink
plutosvg: only if freetype
Browse files Browse the repository at this point in the history
  • Loading branch information
pthom committed Oct 28, 2024
1 parent c6986f9 commit a80709e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hello_imgui_cmake/hello_imgui_build_lib.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -278,9 +278,9 @@ function(him_build_imgui)
endif()
if (HELLOIMGUI_USE_FREETYPE)
_him_add_freetype_to_imgui()
endif()
if (HELLOIMGUI_USE_FREETYPE_PLUTOSVG)
_him_add_freetype_plutosvg_to_imgui()
if (HELLOIMGUI_USE_FREETYPE_PLUTOSVG)
_him_add_freetype_plutosvg_to_imgui()
endif()
endif()
endif()
endfunction()
Expand Down

0 comments on commit a80709e

Please sign in to comment.