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
Christian Butz
VTK
Commits
1d7b3fc1
Commit
1d7b3fc1
authored
Jan 07, 2004
by
Sebastien Barre
Browse files
oops
parent
28b12920
Changes
1
Hide whitespace changes
Inline
Side-by-side
Rendering/CMakeLists.txt
View file @
1d7b3fc1
...
...
@@ -459,8 +459,9 @@ IF(VTK_RENDERING_NEED_TK_INTERNAL AND TK_INTERNAL_PATH)
ENDIF
(
"
${
TK_INTERNAL_PATH
}
"
MATCHES
"
${
KIT
}
/tkInternals/tk"
)
SET
(
HAVE_LIMITS_H
${
CMAKE_HAVE_LIMITS_H
}
)
SET
(
HAVE_UNISTD_H
${
CMAKE_HAVE_UNISTD_H
}
)
CONFIGURE_FILE
(
${
VTK_SOURCE_DIR
}
/Rendering/vtkTkInternals.h.in
${
VTK_BINARY_DIR
}
/Rendering/vtkTkInternals.h
)
INCLUDE_DIRECTORIES
(
${
VTK_BINARY_DIR
}
/Rendering
)
ENDIF
(
VTK_RENDERING_NEED_TK_INTERNAL AND TK_INTERNAL_PATH
)
CONFIGURE_FILE
(
${
VTK_SOURCE_DIR
}
/Rendering/vtkTkInternals.h.in
${
VTK_BINARY_DIR
}
/Rendering/vtkTkInternals.h
)
INCLUDE_DIRECTORIES
(
${
VTK_BINARY_DIR
}
/Rendering
)
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