Skip to content

Commit 8176dc9

Browse files
melrobindzenanz
authored andcommitted
Fix filename for Create3DVolume. Need to add test
1 parent 3ccc64e commit 8176dc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Filtering/ImageGrid/Create3DVolume/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ install( TARGETS Create3DVolume
1414
COMPONENT Runtime
1515
)
1616

17-
install( FILES Create3DVolume.cxx CMakeLists.txt
17+
install( FILES Code.cxx CMakeLists.txt Code.py
1818
DESTINATION share/ITKSphinxExamples/Code/Filtering/ImageGrid/Create3DVolume
1919
COMPONENT Code
2020
)

0 commit comments

Comments
 (0)