Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
solverstack
vite
Commits
24ef32c7
Commit
24ef32c7
authored
Aug 07, 2014
by
Mathieu Faverge
Browse files
Use opengl insted of GLU
parent
0b750bf4
Changes
2
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
24ef32c7
...
...
@@ -61,8 +61,8 @@ else(USE_QT5) # Try Qt4
endif
(
USE_QT5
)
#
find_package(OpenGL)
find_package
(
GLU
)
find_package
(
OpenGL
)
#
find_package(GLU)
### Optimization options
option
(
VITE_ENABLE_SERIALIZATION
...
...
src/CMakeLists.txt
View file @
24ef32c7
...
...
@@ -445,7 +445,8 @@ ENDIF(USE_QT5)
TARGET_LINK_LIBRARIES
(
vite
${
QT_LIBRARIES
}
${
GLU_LIBRARY
}
${
OPENGL_gl_LIBRARY
}
${
OPENGL_glu_LIBRARY
}
${
Boost_LIBRARIES
}
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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