Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Michael Migliore
VTK
Commits
cfca207a
Commit
cfca207a
authored
Jul 31, 2009
by
Dave Partyka
Browse files
COMP: Added opengl lib to RenderingCxxTests.
parent
319781f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Rendering/Testing/Cxx/CMakeLists.txt
View file @
cfca207a
...
...
@@ -102,7 +102,7 @@ TARGET_LINK_LIBRARIES(TestFBOImplementation
vtkRendering
)
ADD_EXECUTABLE
(
${
KIT
}
CxxTests
${
Tests
}
)
TARGET_LINK_LIBRARIES
(
${
KIT
}
CxxTests vtkRendering vtkIO
)
TARGET_LINK_LIBRARIES
(
${
KIT
}
CxxTests vtkRendering vtkIO
${
OPENGL_gl_LIBRARY
}
)
SET
(
TestsToRun
${
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