mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-15 20:35:56 +08:00
Add debug build for LibBGCode in deps
Probably no need for debug build of it's respective heatshrink dependency, as it's a C only lib
This commit is contained in:
parent
28346f78dd
commit
7ab044fb86
4
deps/LibBGCode/LibBGCode.cmake
vendored
4
deps/LibBGCode/LibBGCode.cmake
vendored
@ -23,3 +23,7 @@ prusaslicer_add_cmake_project(LibBGCode
|
|||||||
CMAKE_ARGS
|
CMAKE_ARGS
|
||||||
-DLibBGCode_BUILD_TESTS:BOOL=OFF
|
-DLibBGCode_BUILD_TESTS:BOOL=OFF
|
||||||
)
|
)
|
||||||
|
|
||||||
|
if (MSVC)
|
||||||
|
add_debug_dep(dep_LibBGCode)
|
||||||
|
endif ()
|
Loading…
x
Reference in New Issue
Block a user