mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-01 17:42:44 +00:00
Add OpenCSG to deps (except for instant debug build with msvc)
This commit is contained in:
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
|
||||
)
|
||||
Reference in New Issue
Block a user