]> Creatis software - FrontAlgorithms.git/blobdiff - appli/examples/CMakeLists.txt
I/O classes added
[FrontAlgorithms.git] / appli / examples / CMakeLists.txt
index 61768cb0c0b37d5ff233e3ec6fd0b8030c40e967..fd255c15d27dbb2ccf809a3a86634c4dc34094b1 100644 (file)
@@ -1,3 +1,12 @@
+SET(
+  SIMPLE_EXAMPLES
+  example_Image_Dijkstra_EndPointDetection_WithoutVTK
+  )
+FOREACH(EX ${SIMPLE_EXAMPLES})
+  ADD_EXECUTABLE(${EX} ${EX}.cxx)
+  TARGET_LINK_LIBRARIES(${EX} FrontAlgorithms)
+ENDFOREACH(EX)
+
 IF(USE_VTK)
   SET(
     SIMPLE_VTK_EXAMPLES