Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
VTK
VTK
Commits
09965ed1
Commit
09965ed1
authored
Sep 07, 2015
by
Sankhesh Jhaveri
💬
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
COMP: Use vtkOpenGL.cmake for vtkRenderingExternal module
parent
be56939c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
Rendering/External/CMakeLists.txt
Rendering/External/CMakeLists.txt
+2
-0
Rendering/External/Testing/Cxx/CMakeLists.txt
Rendering/External/Testing/Cxx/CMakeLists.txt
+2
-0
No files found.
Rendering/External/CMakeLists.txt
View file @
09965ed1
...
...
@@ -15,6 +15,8 @@ set(${vtk-module}_HDRS
)
vtk_module_library
(
vtkRenderingExternal
${
Module_SRCS
}
)
include
(
vtkOpenGL
)
vtk_opengl_link
(
${
vtk-module
}
)
if
(
"
${
VTK_RENDERING_BACKEND
}
"
STREQUAL
"OpenGL2"
)
set_target_properties
(
...
...
Rendering/External/Testing/Cxx/CMakeLists.txt
View file @
09965ed1
...
...
@@ -11,3 +11,5 @@ VTK_ADD_TEST_CXX(${vtk-module}CxxTests tests
VTK_TEST_CXX_EXECUTABLE
(
${
vtk-module
}
CxxTests tests
)
TARGET_LINK_LIBRARIES
(
${
vtk-module
}
CxxTests LINK_PRIVATE
vtkRenderingExternal
${
OPENGL_LIBRARIES
}
${
GLUT_LIBRARY
}
)
include
(
vtkOpenGL
)
vtk_opengl_link
(
${
vtk-module
}
CxxTests
)
Sankhesh Jhaveri
💬
@sankhesh
mentioned in commit
dcadad3b
·
Sep 07, 2015
mentioned in commit
dcadad3b
mentioned in commit dcadad3ba7898ca93ac849361fe4e9052762e4cb
Toggle commit list
Write
Preview
Markdown
is supported
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