Add OpenCSG to deps (except for instant debug build with msvc)

This commit is contained in:
tamasmeszaros 2019-12-10 11:10:46 +01:00
parent bdfed9d9ef
commit 1355efbb67
12 changed files with 42065 additions and 0 deletions

6
deps/OpenCSG/OpenCSG.cmake vendored Normal file
View file

@ -0,0 +1,6 @@
prusaslicer_add_cmake_project(OpenCSG
GIT_REPOSITORY https://github.com/floriankirsch/OpenCSG.git
GIT_TAG 83e274457b46c9ad11a4ee599203250b1618f3b9 #v1.4.2
PATCH_COMMAND ${CMAKE_COMMAND} -E copy ${CMAKE_CURRENT_LIST_DIR}/CMakeLists.txt.in ./CMakeLists.txt
)