mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-11-02 04:31:17 -07:00
FIX: init_font crash
Change-Id: I2d2fd9f297e2980e789b124d3e026d0db1fa1602
This commit is contained in:
parent
dfde6e518f
commit
1f0ce4ac47
5 changed files with 36 additions and 10 deletions
|
|
@ -14,3 +14,7 @@ add_library(imgui STATIC
|
|||
imgui_draw.cpp
|
||||
imgui_widgets.cpp
|
||||
)
|
||||
|
||||
if(Boost_FOUND)
|
||||
include_directories(${Boost_INCLUDE_DIRS})
|
||||
endif()
|
||||
Loading…
Add table
Add a link
Reference in a new issue