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

@ -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 ()