]> Creatis software - clitk.git/commitdiff
-add dependencies for all autotools
authordsarrut <dsarrut>
Fri, 15 Oct 2010 06:15:21 +0000 (06:15 +0000)
committerdsarrut <dsarrut>
Fri, 15 Oct 2010 06:15:21 +0000 (06:15 +0000)
tools/CMakeLists.txt
tools/clitkImageArithmGenericFilter.cxx

index 9f81d9d86c18c05fbd6442a1ce591b543ce0a0ab..10c88e23003f88e6cb9ae0f8781c61bddaf31cb4 100644 (file)
@@ -15,6 +15,8 @@ ADD_LIBRARY(clitkToolsGgoLib ${GGO_C_FILES})
 ADD_LIBRARY(clitkImageConvertLib clitkImageConvertGenericFilter.cxx)
 ADD_LIBRARY(clitkImageResampleLib clitkImageResampleGenericFilter.cxx)
 ADD_LIBRARY(clitkBinarizeImageLib clitkBinarizeImageGenericFilter.cxx)
+ADD_LIBRARY(clitkImageArithmImageLib clitkImageArithmGenericFilter.cxx)
+
 TARGET_LINK_LIBRARIES(clitkBinarizeImageLib clitkToolsGgoLib)
 
 IF (CLITK_BUILD_TOOLS)
@@ -89,7 +91,7 @@ IF (CLITK_BUILD_TOOLS)
     TARGET_LINK_LIBRARIES(clitkGuerreroVentilation clitkCommon ITKIO)
 
     ADD_EXECUTABLE(clitkImageArithm clitkImageArithm.cxx ${clitkImageArithm_GGO_C})
-    TARGET_LINK_LIBRARIES(clitkImageArithm clitkCommon ITKIO )
+    TARGET_LINK_LIBRARIES(clitkImageArithm clitkImageArithmImageLib clitkCommon ITKIO )
 
     WRAP_GGO(clitkUnsharpMask_GGO_C clitkUnsharpMask.ggo)
     ADD_EXECUTABLE(clitkUnsharpMask clitkUnsharpMask.cxx ${clitkUnsharpMask_GGO_C})
index 104b5d3bc23418c6eff20ab4286462668712ce81..627f6015889eb1988c1d8b0062157c7cacf0b2e7 100755 (executable)
 ======================================================================-====*/
 #ifndef CLITKIMAGEARITHMGENERICFILTER_CXX
 #define CLITKIMAGEARITHMGENERICFILTER_CXX
-/**
- -------------------------------------------------------------------
- * @file   clitkImageArithmGenericFilter.cxx
- * @author David Sarrut <David.Sarrut@creatis.insa-lyon.fr>
- * @date   23 Feb 2008
-
- * @brief
- -------------------------------------------------------------------*/
 
 #include "clitkImageArithmGenericFilter.h"
+#include "clitkImageArithm_ggo.h"
 
+namespace clitk {
+  // Specialisation
+  template<>
+  class ImageArithmGenericFilter<args_info_clitkImageArithm>;
+}
 
 #endif //define CLITKIMAGEARITHMGENERICFILTER_CXX