mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-23 19:02:10 +00:00
* can build boost, draco, opencv as debug with msvc * only forward build configuration for MSVC and in Debug mode
10 lines
291 B
CMake
10 lines
291 B
CMake
set(_options "")
|
|
if (MSVC AND DEP_DEBUG)
|
|
set(_options "FORWARD_CONFIG")
|
|
endif ()
|
|
|
|
orcaslicer_add_cmake_project(Draco
|
|
${_options}
|
|
URL https://github.com/google/draco/archive/refs/tags/1.5.7.zip
|
|
URL_HASH SHA256=27b72ba2d5ff3d0a9814ad40d4cb88f8dc89a35491c0866d952473f8f9416b77
|
|
) |