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
b7968d2f
Commit
b7968d2f
authored
9 years ago
by
Kasper Marstal
Browse files
Options
Downloads
Patches
Plain Diff
STYLE: Remove module names elx prefix
parent
27392ab4
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CMake/elxModules.cmake
+1
-1
1 addition, 1 deletion
CMake/elxModules.cmake
CMakeLists.txt
+2
-1
2 additions, 1 deletion
CMakeLists.txt
Modules/Core/ModuleCore.cmake
+1
-2
1 addition, 2 deletions
Modules/Core/ModuleCore.cmake
with
4 additions
and
4 deletions
CMake/elxModules.cmake
+
1
−
1
View file @
b7968d2f
...
...
@@ -42,7 +42,7 @@ macro( _elxmodules_initialize )
set
(
ELASTIX_MODULES
)
file
(
GLOB_RECURSE MODULE_FILES RELATIVE
"
${
CMAKE_SOURCE_DIR
}
"
"
${
CMAKE_SOURCE_DIR
}
/Modules/*/
elx
Module*.cmake"
"
${
CMAKE_SOURCE_DIR
}
/Modules/*/Module*.cmake"
)
message
(
STATUS
"Found the following elastix modules:"
)
...
...
This diff is collapsed.
Click to expand it.
CMakeLists.txt
+
2
−
1
View file @
b7968d2f
...
...
@@ -35,7 +35,8 @@ include_directories( ${Boost_INCLUDE_DIRS} )
# Build SuperElastix
# For now we just enable all modules
include
(
elxModules
)
elxmodule_enable
(
elxModuleCore
)
elxmodule_enable
(
ModuleCore
)
elxmodule_enable
(
ModuleElastix
)
# ---------------------------------------------------------------------
# Testing
...
...
This diff is collapsed.
Click to expand it.
Modules/Core/
elx
ModuleCore.cmake
→
Modules/Core/ModuleCore.cmake
+
1
−
2
View file @
b7968d2f
set
(
MODULE
elx
ModuleCore
)
set
(
MODULE ModuleCore
)
# Export include files
set
(
${
MODULE
}
_INCLUDE_DIRS
...
...
@@ -17,6 +17,5 @@ set( ${MODULE}_SOURCE_FILES
)
# Compile library
add_library
(
${
MODULE
}
STATIC
"
${${
MODULE
}
_SOURCE_FILES
}
"
)
target_link_libraries
(
${
MODULE
}
${
ELASTIX_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