Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/deps
diff options
context:
space:
mode:
authortamasmeszaros <meszaros.q@gmail.com>2019-12-10 15:51:53 +0300
committertamasmeszaros <meszaros.q@gmail.com>2019-12-10 15:51:53 +0300
commitb47869c4ac4c96f8588832df8aef37e4984d21bd (patch)
tree1398c0335f3bba897fa194f8cc8cdcf615691428 /deps
parent7ef4183d0fc893643b6a63887c797cbad3e3643c (diff)
Register OpenCSG in deps
Diffstat (limited to 'deps')
-rw-r--r--deps/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/deps/CMakeLists.txt b/deps/CMakeLists.txt
index 03b11e259..ffa503eea 100644
--- a/deps/CMakeLists.txt
+++ b/deps/CMakeLists.txt
@@ -114,6 +114,9 @@ else()
include("deps-linux.cmake")
endif()
+include(GLEW/GLEW.cmake)
+include(OpenCSG/OpenCSG.cmake)
+
if (MSVC)
add_custom_target(deps ALL
@@ -128,6 +131,7 @@ if (MSVC)
# dep_qhull # Experimental
dep_zlib # on Windows we still need zlib
dep_openvdb
+ dep_OpenCSG
)
else()
@@ -143,6 +147,7 @@ else()
dep_nlopt
dep_qhull
dep_openvdb
+ dep_OpenCSG
# dep_libigl # Not working, static build has different Eigen
)