From 7ab044fb861ca2961172472e1d6d6e3e50f6c5f1 Mon Sep 17 00:00:00 2001 From: tamasmeszaros Date: Thu, 3 Aug 2023 13:00:41 +0200 Subject: [PATCH] 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 --- deps/LibBGCode/LibBGCode.cmake | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/deps/LibBGCode/LibBGCode.cmake b/deps/LibBGCode/LibBGCode.cmake index cfdcd009bd..d0c6ac6834 100644 --- a/deps/LibBGCode/LibBGCode.cmake +++ b/deps/LibBGCode/LibBGCode.cmake @@ -22,4 +22,8 @@ prusaslicer_add_cmake_project(LibBGCode DEPENDS dep_LibBGCode_deps CMAKE_ARGS -DLibBGCode_BUILD_TESTS:BOOL=OFF -) \ No newline at end of file +) + +if (MSVC) + add_debug_dep(dep_LibBGCode) +endif () \ No newline at end of file