Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenFlipper-Free
OpenFlipper-Free
Commits
6dffb9d0
Commit
6dffb9d0
authored
Feb 27, 2019
by
Jan Möbius
Browse files
Try with integrated glew
parent
703304b8
Changes
2
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
6dffb9d0
...
...
@@ -208,11 +208,6 @@ if (NOT OPENGL_FOUND)
message
(
FATAL_ERROR
"OpengGL not found!"
)
endif
()
find_package
(
GLEW
)
if
(
NOT GLEW_FOUND
)
message
(
FATAL_ERROR
"GLEW not found!"
)
endif
()
# using the internal openmesh delivered by the svn repo (default) or use some external installation
set
(
USE_INTERNAL_OPENMESH ON CACHE BOOL
"Use and build internal version of OpenMesh found in libs_required"
)
...
...
@@ -249,6 +244,7 @@ enable_testing()
# Build all additional libraries
# ========================================================================
add_subdirectory
(
OpenFlipper/libs_required/glew-cmake
)
add_subdirectory
(
OpenFlipper/libs_required/OpenMesh
)
add_subdirectory
(
OpenFlipper/libs_required/ACG
)
...
...
OpenFlipper
@
194a0ae4
Subproject commit
57972fb697837690096a743321a258ae12481528
Subproject commit
194a0ae406de5bbbd714c8f22d335b8969d28f64
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment