]> Creatis software - cpPlugins.git/commitdiff
...
authorNicolas Chaves <chadepl@gmail.com>
Wed, 12 Oct 2016 21:40:40 +0000 (16:40 -0500)
committerNicolas Chaves <chadepl@gmail.com>
Wed, 12 Oct 2016 21:40:40 +0000 (16:40 -0500)
appli/PipelineEditor/CMakeLists.txt
lib/Instances/cpPlugins_Paths.i

index d36b67c0d1cce20c5ded7a27802de3b5331534a3..29debcf1b00c187f4e9de239674b4d9988eb1e8f 100644 (file)
@@ -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)
 
index 7be53abd3fc66957b82187f274229f851039f598..6868f794a236aa24c68651a94bc5a2f44a40bc0d 100644 (file)
@@ -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# >