mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 20:03:47 +00:00
Add the full source of BambuStudio
using version 1.0.10
This commit is contained in:
8
deps/deps-mingw.cmake
vendored
Normal file
8
deps/deps-mingw.cmake
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
set(DEP_CMAKE_OPTS "-DCMAKE_POSITION_INDEPENDENT_CODE=ON")
|
||||
set(DEP_BOOST_TOOLSET "gcc")
|
||||
set(DEP_BITS 64)
|
||||
|
||||
find_package(Git REQUIRED)
|
||||
|
||||
# TODO make sure to build tbb with -flifetime-dse=1
|
||||
include("deps-unix-common.cmake")
|
||||
Reference in New Issue
Block a user