Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SuperElastix
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Contributor analytics
CI/CD 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
Mirrors
SuperElastix
Commits
2ccb4dda
Commit
2ccb4dda
authored
9 years ago
by
Floris Berendsen
Browse files
Options
Downloads
Patches
Plain Diff
WIP: updated Cmake file accordingly to directory changes
parent
3f58f616
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Modules/Core/Install/CmakeLists.txt
+3
-1
3 additions, 1 deletion
Modules/Core/Install/CmakeLists.txt
with
3 additions
and
1 deletion
Modules/Core/Install/CmakeLists.txt
+
3
−
1
View file @
2ccb4dda
...
...
@@ -9,5 +9,7 @@ ELSE(ITK_FOUND)
MESSAGE
(
FATAL_ERROR
"ITK not found. Please set ITK_DIR."
)
ENDIF
(
ITK_FOUND
)
ADD_EXECUTABLE
(
itkfactory itkfactory.cxx itkTransformComponent1.h itkTransformComponent1Factory.h itkTransformComponent1.hxx itkTransformComponent1Factory.hxx itkMetricComponent1.h itkMetricComponent1.hxx itkMetricComponent1Factory.h itkMetricComponent1Factory.hxx itkComponentBase.h itkComponentFactory.h itkComponentFactory.hxx
)
include_directories
(
${
itkfactory_SOURCE_DIR
}
/include
)
ADD_EXECUTABLE
(
itkfactory src/itkfactory.cxx
include/itkTransformComponent1.h include/itkTransformComponent1.h include/itkTransformComponent1Factory.h include/itkMetricComponent1.h include/itkMetricComponent1Factory.h include/itkComponentBase.h include/itkComponentFactory.h include/itkTransformComponent1.hxx include/itkTransformComponent1Factory.hxx include/itkMetricComponent1.hxx include/itkMetricComponent1Factory.hxx include/itkComponentFactory.hxx
)
TARGET_LINK_LIBRARIES
(
itkfactory
${
ITK_LIBRARIES
}
ITKCommon
)
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