mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-15 00:55:54 +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
6
deps/LibBGCode/LibBGCode.cmake
vendored
6
deps/LibBGCode/LibBGCode.cmake
vendored
@ -22,4 +22,8 @@ prusaslicer_add_cmake_project(LibBGCode
|
|||||||
DEPENDS dep_LibBGCode_deps
|
DEPENDS dep_LibBGCode_deps
|
||||||
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