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

7
deps/GLEW/GLEW.cmake vendored Normal file
View file

@ -0,0 +1,7 @@
# We have to check for OpenGL to compile GLEW
find_package(OpenGL QUIET REQUIRED)
prusaslicer_add_cmake_project(
GLEW
SOURCE_DIR ${CMAKE_CURRENT_LIST_DIR}/glew
)