Skip to content

Commit 9123508

Browse files
committed
STYLE: shortened path and file names to enable building on Windows
1 parent 341ff77 commit 9123508

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ endif()
3737
# Extension modules
3838
add_subdirectory(PETTumorSegmentation)
3939
add_subdirectory(PETTumorSegmentationEffect)
40-
add_subdirectory(SegmentEditorPETTumorSegmentationEffect)
40+
add_subdirectory(SEPETTumorEffect)
4141
add_subdirectory(Testing)
4242
## NEXT_MODULE
4343

SEPETTumorEffect/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 2.8.6)
22

33
#-----------------------------------------------------------------------------
4-
set(MODULE_NAME SegmentEditorPETTumorSegmentationEffect)
4+
set(MODULE_NAME SEPETTumorEffect)
55

66
#-----------------------------------------------------------------------------
77
set(MODULE_PYTHON_SCRIPTS
@@ -16,7 +16,7 @@ set(MODULE_PYTHON_RESOURCES
1616

1717
#-----------------------------------------------------------------------------
1818
SlicerMacroBuildScriptedModule(
19-
NAME SegmentEditorPETTumorSegmentationEffect
19+
NAME SEPETTumorEffect
2020
SCRIPTS "${MODULE_PYTHON_SCRIPTS}"
2121
RESOURCES "${MODULE_PYTHON_RESOURCES}"
2222
#WITH_GENERIC_TESTS

Testing/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#-----------------------------------------------------------------------------
2-
set(MODULE_NAME SegmentEditorPETTumorSegmentationEffectSelfTest)
2+
set(MODULE_NAME SEPETTumorEffectSelfTest)
33

44
#-----------------------------------------------------------------------------
55
set(MODULE_PYTHON_SCRIPTS
6-
SegmentEditorPETTumorSegmentationEffectSelfTest.py
6+
SEPETTumorEffectSelfTest.py
77
)
88

99
set(MODULE_PYTHON_RESOURCES

0 commit comments

Comments
 (0)