]> Creatis software - FrontAlgorithms.git/blobdiff - lib/fpa/Config.h.in
...
[FrontAlgorithms.git] / lib / fpa / Config.h.in
index 831fb7217ce967e9f698fd48254deb60800ba23a..d00ed7fb4b96d8035ee26058d4d2a33b27141d65 100644 (file)
@@ -1,12 +1,16 @@
 // =========================================================================
-// @author Leonardo Florez Valencia
-// @email florez-l@javeriana.edu.co
+// @author Leonardo Florez Valencia (florez-l@javeriana.edu.co)
 // =========================================================================
 #ifndef __fpa__Config__h__
 #define __fpa__Config__h__
 
+#include <fpa/fpa_export.h>
 #include <itkMacro.h>
 
+#if @Eigen3_FOUND@ == 1
+#  define USE_Eigen3
+#endif // @Eigen3_FOUND@ == 1
+
 // -------------------------------------------------------------------------
 #define fpaTraitsMacro( __t__ )                                 \
   typedef __t__::TInternalTraits::TInputValue   TInputValue;    \