1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-20 09:34:26 +00:00

Added imgui library

This commit is contained in:
Enrico Turri
2018-10-31 09:57:29 +01:00
committed by Vojtech Kral
parent b94f19eaf4
commit 5c054d11ca
14 changed files with 31888 additions and 1 deletions
+1 -1
View File
@@ -123,7 +123,7 @@ add_library(libslic3r_gui STATIC
Utils/HexFile.hpp
)
target_link_libraries(libslic3r_gui libslic3r avrdude)
target_link_libraries(libslic3r_gui libslic3r avrdude imgui)
if (NOT SLIC3R_SYNTAXONLY)
add_precompiled_header(libslic3r_gui pchheader.hpp FORCEINCLUDE)
endif ()