1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-13 08:24:27 +00:00

Fixed compilation with Shiny profiler.

This commit is contained in:
Vojtech Bubnik
2020-05-20 16:28:46 +02:00
parent 02e345159d
commit abf279fc44
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -7,3 +7,7 @@ add_library(clipper STATIC
clipper_z.cpp
clipper_z.hpp
)
if(SLIC3R_PROFILE)
target_link_libraries(clipper Shiny)
endif()
+1 -1
View File
@@ -304,7 +304,7 @@ if(WIN32)
endif()
if(SLIC3R_PROFILE)
target_link_libraries(slic3r Shiny)
target_link_libraries(libslic3r Shiny)
endif()
if (SLIC3R_PCH AND NOT SLIC3R_SYNTAXONLY)