mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
Fixed compilation with Shiny profiler.
This commit is contained in:
@@ -7,3 +7,7 @@ add_library(clipper STATIC
|
|||||||
clipper_z.cpp
|
clipper_z.cpp
|
||||||
clipper_z.hpp
|
clipper_z.hpp
|
||||||
)
|
)
|
||||||
|
|
||||||
|
if(SLIC3R_PROFILE)
|
||||||
|
target_link_libraries(clipper Shiny)
|
||||||
|
endif()
|
||||||
|
|||||||
@@ -304,7 +304,7 @@ if(WIN32)
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(SLIC3R_PROFILE)
|
if(SLIC3R_PROFILE)
|
||||||
target_link_libraries(slic3r Shiny)
|
target_link_libraries(libslic3r Shiny)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if (SLIC3R_PCH AND NOT SLIC3R_SYNTAXONLY)
|
if (SLIC3R_PCH AND NOT SLIC3R_SYNTAXONLY)
|
||||||
|
|||||||
Reference in New Issue
Block a user