mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-08 22:35:15 -06:00
Add OpenCSG to deps (except for instant debug build with msvc)
This commit is contained in:
parent
bdfed9d9ef
commit
1355efbb67
12 changed files with 42065 additions and 0 deletions
7
deps/GLEW/GLEW.cmake
vendored
Normal file
7
deps/GLEW/GLEW.cmake
vendored
Normal 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
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue