]> Creatis software - cpPlugins.git/blobdiff - appli/examples/CMakeLists.txt
...
[cpPlugins.git] / appli / examples / CMakeLists.txt
index 2a29508ba3c3735abf43fc9e602e6daba2751263..723e38fde510b25a962d1231abbe9082f22578ba 100644 (file)
@@ -1,28 +1,6 @@
-
-## =========================
-## = Command line programs =
-## =========================
-
-SET(
-  EXAMPLES_PROGRAMS
-  example_LoadPlugins
-  example_ReadWriteImage
-  example_ReadImageSeriesWriteImage
-  example_ReadQuadEdgeMesh
-  example_ReadQuadEdgeMeshWithoutPlugins
-  example_RenderQuadEdgeMesh
-  example_RenderQuadEdgeMeshWithoutPlugins
+SUBDIRS(
+  extensions
+  plugins
   )
 
-FOREACH(prog ${EXAMPLES_PROGRAMS}) 
-  ADD_EXECUTABLE(
-    ${prog}
-    ${prog}.cxx
-    )
-  TARGET_LINK_LIBRARIES(
-    ${prog}
-    cpPlugins_Interface
-    )
-ENDFOREACH(prog)
-
 ## eof - $RCSfile$