Skip to content

Commit dadbd12

Browse files
committed
Merge branch 'develop' of https://github.com/gokhangg/elastix into develop
2 parents b772e4c + 0875d28 commit dadbd12

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333

3434
# Generated files and
3535
help/
36-
cmake*
3736
Makefile
3837
CMakeFiles/
3938
CTestTestfile.cmake
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
2+
ADD_ELXCOMPONENT( PointToSurfaceDistanceMetric ON
3+
elxPointToSurfaceDistanceMetric.h
4+
elxPointToSurfaceDistanceMetric.hxx
5+
elxPointToSurfaceDistanceMetric.cxx
6+
itkPointToSurfaceDistanceMetric.h
7+
itkPointToSurfaceDistanceMetric.hxx )
8+

0 commit comments

Comments
 (0)