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:
tamasmeszaros 2023-08-03 13:00:41 +02:00 committed by enricoturri1966
parent 28346f78dd
commit 7ab044fb86

View File

@ -23,3 +23,7 @@ prusaslicer_add_cmake_project(LibBGCode
CMAKE_ARGS
-DLibBGCode_BUILD_TESTS:BOOL=OFF
)
if (MSVC)
add_debug_dep(dep_LibBGCode)
endif ()