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
6150798a
Commit
6150798a
authored
Apr 02, 2004
by
Brad King
Browse files
STYLE: Removed trailing whitespace.
parent
6d078198
Changes
1
Hide whitespace changes
Inline
Side-by-side
Examples/Build/vtkLocal/CMakeLists.txt
View file @
6150798a
...
...
@@ -31,7 +31,7 @@ ENDIF(VTK_FOUND)
# Give user option of building shared or static libraries. Default to
# the choice made for VTK.
OPTION
(
BUILD_SHARED_LIBS
"Build with shared libraries."
OPTION
(
BUILD_SHARED_LIBS
"Build with shared libraries."
${
VTK_BUILD_SHARED_LIBS
}
)
# Set VTKLOCAL_BUILD_SHARED_LIBS to 1 or 0 for use in creating the
...
...
@@ -71,13 +71,13 @@ IF(VTK_FOUND)
# Create the instantiator for these classes.
SET
(
VTK_USE_INSTANTIATOR_NEW 1
)
VTK_MAKE_INSTANTIATOR3
(
"
${
PROJECT_NAME
}
Instantiator"
VTK_MAKE_INSTANTIATOR3
(
"
${
PROJECT_NAME
}
Instantiator"
vtkLocalInstantiator_SRCS
"
${
vtkLocal_SRCS
}
"
"VTK_
${
PROJECT_NAME
}
_EXPORT"
${
PROJECT_BINARY_DIR
}
"
${
PROJECT_NAME
}
Configure.h"
)
# Create the library.
ADD_LIBRARY
(
${
PROJECT_NAME
}
${
vtkLocal_SRCS
}
${
vtkLocalInstantiator_SRCS
}
)
TARGET_LINK_LIBRARIES
(
${
PROJECT_NAME
}
${
vtkLocal_LIBS
}
)
...
...
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