Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VTK
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alex W.
VTK
Commits
3eede655
Commit
3eede655
authored
11 years ago
by
Marcus D. Hanwell
Committed by
Code Review
11 years ago
Browse files
Options
Downloads
Plain Diff
Merge topic 'python-restore-commoncore' into master
125a81d2
Only add the headers that were WRAP_SPECIAL
parents
4b609462
125a81d2
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Common/Core/CMakeLists.txt
+6
-6
6 additions, 6 deletions
Common/Core/CMakeLists.txt
with
6 additions
and
6 deletions
Common/Core/CMakeLists.txt
+
6
−
6
View file @
3eede655
...
...
@@ -147,6 +147,11 @@ SET(Module_SRCS
vtkSparseArray.txx
vtkTypedArray.txx
vtkTypeTemplate.h
vtkType.h
vtkSystemIncludes.h
${
CMAKE_CURRENT_BINARY_DIR
}
/vtkConfigure.h
${
CMAKE_CURRENT_BINARY_DIR
}
/vtkMathConfigure.h
${
CMAKE_CURRENT_BINARY_DIR
}
/vtkVersionMacros.h
)
set
(
${
vtk-module
}
_HDRS
...
...
@@ -167,9 +172,7 @@ set(${vtk-module}_HDRS
vtkNew.h
vtkSetGet.h
vtkSmartPointer.h
vtkSystemIncludes.h
vtkTemplateAliasMacro.h
vtkType.h
vtkTypeTraits.h
vtkVariantCast.h
vtkVariantCreate.h
...
...
@@ -178,10 +181,7 @@ set(${vtk-module}_HDRS
vtkWeakPointer.h
vtkWin32Header.h
vtkWindows.h
${
CMAKE_CURRENT_BINARY_DIR
}
/vtkConfigure.h
${
CMAKE_CURRENT_BINARY_DIR
}
/vtkMathConfigure.h
${
CMAKE_CURRENT_BINARY_DIR
}
/vtkToolkits.h
${
CMAKE_CURRENT_BINARY_DIR
}
/vtkVersionMacros.h
)
if
(
vtkCommonDataModel_ENABLED
)
...
...
@@ -510,7 +510,7 @@ if(CMAKE_SYSTEM MATCHES "SunOS.*")
set
(
KIT_LIBS
${
KIT_LIBS
}
socket nsl
)
endif
()
vtk_module_library
(
vtkCommonCore
${
Module_SRCS
}
${${
vtk-module
}
_HDRS
}
)
vtk_module_library
(
vtkCommonCore
${
Module_SRCS
}
)
target_link_libraries
(
vtkCommonCore
${
CMAKE_THREAD_LIBS_INIT
}
)
set_target_properties
(
vtkCommonCore PROPERTIES LINK_INTERFACE_LIBRARIES
""
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment