From: Nicolas Chaves Date: Wed, 12 Oct 2016 21:40:40 +0000 (-0500) Subject: ... X-Git-Tag: v0.1~86 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=46a46616affebffa694f9c04be65a3f47d96ebc4;hp=1b492988c2d0738bfe5b2c10ac7948c8c3f173d1;p=cpPlugins.git ... --- diff --git a/appli/PipelineEditor/CMakeLists.txt b/appli/PipelineEditor/CMakeLists.txt index d36b67c..29debcf 100644 --- a/appli/PipelineEditor/CMakeLists.txt +++ b/appli/PipelineEditor/CMakeLists.txt @@ -1,7 +1,7 @@ IF(Qt4_FOUND) AppFromDir(_app_name ${CMAKE_CURRENT_SOURCE_DIR}) IF(_app_name) - TARGET_LINK_LIBRARIES(${_app_name} ${cpBaseQtApplication_LIB}) + TARGET_LINK_LIBRARIES(${_app_name} ${cpBaseQtApplication_LIB} ${cpPlugins_Paths_LIB}) ENDIF(_app_name) ENDIF(Qt4_FOUND) diff --git a/lib/Instances/cpPlugins_Paths.i b/lib/Instances/cpPlugins_Paths.i index 7be53ab..6868f79 100644 --- a/lib/Instances/cpPlugins_Paths.i +++ b/lib/Instances/cpPlugins_Paths.i @@ -22,7 +22,7 @@ t itkVectorContainer ** == Instances == ** =============== -c cpExtensions::Algorithms::BezierCurveFunction< itk::Vector< #reals#, #process?_dims# > > +c cpExtensions::Algorithms::BezierCurveFunction< itk::Vector< #reals#, #process_dims# > > c itk::Path< double, itk::ContinuousIndex< double, #process_dims# >, #process_dims# > c itk::ParametricPath< #process_dims# > c itk::PolyLineParametricPath< #process_dims# >