FIX: init_font crash

Change-Id: I2d2fd9f297e2980e789b124d3e026d0db1fa1602
This commit is contained in:
liz.li 2022-11-29 22:41:33 +08:00 committed by Lane.Wei
parent dfde6e518f
commit 1f0ce4ac47
5 changed files with 36 additions and 10 deletions

View file

@ -14,3 +14,7 @@ add_library(imgui STATIC
imgui_draw.cpp
imgui_widgets.cpp
)
if(Boost_FOUND)
include_directories(${Boost_INCLUDE_DIRS})
endif()