Skip to content

Commit

Permalink
Fix filename for Create3DVolume. Need to add test
Browse files Browse the repository at this point in the history
  • Loading branch information
melrobin authored and dzenanz committed Mar 20, 2021
1 parent 3ccc64e commit 8176dc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Filtering/ImageGrid/Create3DVolume/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ install( TARGETS Create3DVolume
COMPONENT Runtime
)

install( FILES Create3DVolume.cxx CMakeLists.txt
install( FILES Code.cxx CMakeLists.txt Code.py
DESTINATION share/ITKSphinxExamples/Code/Filtering/ImageGrid/Create3DVolume
COMPONENT Code
)
Expand Down

1 comment on commit 8176dc9

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.