]> Creatis software - cpPlugins.git/blobdiff - appli/examples/CMakeLists.txt
Parameters given as lists were corrected to avoid conflicts with the MSWin file system.
[cpPlugins.git] / appli / examples / CMakeLists.txt
index 705394aab662de957f1f60a00fd1c292a3f8d0cd..3a795782084f8aa01e75028c0e9087ea766f22fc 100644 (file)
@@ -5,6 +5,7 @@
 
 SET(
   EXAMPLES_PROGRAMS
+  example_TestParameters
   example_LoadPlugins
   example_ReadWriteImage
   example_ReadImageSeriesWriteImage
@@ -12,6 +13,7 @@ SET(
   example_ReadQuadEdgeMeshWithoutPlugins
   example_RenderQuadEdgeMesh
   example_RenderQuadEdgeMeshWithoutPlugins
+  example_RGBImageToHSVChannels
   example_MPR
   )