]> Creatis software - clitk.git/commitdiff
compilation of CxImage
authorRomulo Pinho <romulo.pinho@lyon.unicancer.fr>
Fri, 20 Apr 2012 07:47:14 +0000 (09:47 +0200)
committerRomulo Pinho <romulo.pinho@lyon.unicancer.fr>
Fri, 20 Apr 2012 07:47:14 +0000 (09:47 +0200)
utilities/CxImage/CMakeLists.txt
utilities/CxImage/ximacfg.h

index b7418d0b682fc4238d7cd250aae3dea6463fba03..fe2c787ab850cbc292af77ef19519014b60c76e8 100755 (executable)
@@ -2,6 +2,9 @@ INCLUDE(../../cmake/common.cmake)
 
 ADD_LIBRARY(clitkCxImage STATIC
     ximaenc.cpp
+    ximatran.cpp
+    ximath.cpp
+    ximaint.cpp
     ximage.cpp
     ximagif.cpp
     ximainfo.cpp
index d9d2ab966f2d7e8883c76078993f42c2d66bb8ea..e745e91db273bd7436e08acb75d8878f388724c4 100644 (file)
@@ -20,7 +20,7 @@
 // CxImage supported features\r
 #define CXIMAGE_SUPPORT_ALPHA          1\r
 #define CXIMAGE_SUPPORT_SELECTION      1\r
-#define CXIMAGE_SUPPORT_TRANSFORMATION 0\r
+#define CXIMAGE_SUPPORT_TRANSFORMATION 1\r
 #define CXIMAGE_SUPPORT_DSP            0\r
 #define CXIMAGE_SUPPORT_LAYERS            1\r
 #define CXIMAGE_SUPPORT_INTERPOLATION  0\r