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
Commits
bac2cff1
Commit
bac2cff1
authored
Feb 27, 2019
by
Jan Möbius
Browse files
Depend on glew lib
parent
9850046d
Changes
1
Hide whitespace changes
Inline
Side-by-side
libs_required/ACG/CMakeLists.txt
View file @
bac2cff1
...
...
@@ -126,9 +126,9 @@ endif()
target_link_libraries
(
ACG
${
OPENMESH_LIBRARIES
}
${
QT_LIBRARIES
}
${
OPENGL_LIBRARIES
}
${
ADDITIONAL_LINK_LIBRARIES
}
)
${
ADDITIONAL_LINK_LIBRARIES
}
libglew_shared
)
add_dependencies
(
ACG libglew_shared
)
#===================================================================
# Setting up the unit tests
...
...
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