Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Christian Butz
VTK
Commits
7a30585b
Commit
7a30585b
authored
Apr 03, 2004
by
Brad King
Browse files
ERR: vtkWin32OutputWindowProcess needs to link to the gdi32 library.
parent
2ded04bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Common/CMakeLists.txt
View file @
7a30585b
...
...
@@ -9,6 +9,7 @@ IF(WIN32)
IF
(
NOT VTK_USE_X
)
ADD_EXECUTABLE
(
vtkWin32OutputWindowProcess WIN32
vtkWin32OutputWindowProcess.c
)
TARGET_LINK_LIBRARIES
(
vtkWin32OutputWindowProcess gdi32
)
ENDIF
(
NOT VTK_USE_X
)
ENDIF
(
WIN32
)
...
...
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