1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-31 11:15:52 +00:00

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