mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 11:53:48 +00:00
Merge branch 'dk_injection'
This commit is contained in:
@@ -156,7 +156,6 @@ target_link_libraries(PrusaSlicer libslic3r_gui)
|
|||||||
target_link_libraries(PrusaSlicer -ldl)
|
target_link_libraries(PrusaSlicer -ldl)
|
||||||
endif ()
|
endif ()
|
||||||
if (WIN32)
|
if (WIN32)
|
||||||
include_directories(detours)
|
|
||||||
find_library(PSAPI_LIB NAMES Psapi)
|
find_library(PSAPI_LIB NAMES Psapi)
|
||||||
target_link_libraries(PrusaSlicer ${PSAPI_LIB})
|
target_link_libraries(PrusaSlicer ${PSAPI_LIB})
|
||||||
endif ()
|
endif ()
|
||||||
|
|||||||
Reference in New Issue
Block a user