Browse Source

arap igl_header_only

Former-commit-id: 64948691594a3ef5b67a626539df27c1b21b5ba8
Alec Jacobson (jalec 11 years ago
parent
commit
53d1068646
1 changed files with 4 additions and 0 deletions
  1. 4 0
      include/igl/svd3x3/arap.h

+ 4 - 0
include/igl/svd3x3/arap.h

@@ -82,4 +82,8 @@ namespace igl
     Eigen::PlainObjectBase<DerivedU> & U);
 };
 
+#ifdef IGL_HEADER_ONLY
+#include "arap.cpp"
+#endif
+
 #endif