X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=appli%2Fexamples%2FCMakeLists.txt;h=b2d145093e534171834808ce3bbc30a8c0449470;hb=67b67cafced0d039cf6ff2ccf7839088fd091395;hp=16b2c265e850323c5d1c39ebb56f59d68ecec099;hpb=91084acbc5b84fc511517c78aeafa4c98b1d9e54;p=FrontAlgorithms.git diff --git a/appli/examples/CMakeLists.txt b/appli/examples/CMakeLists.txt index 16b2c26..b2d1450 100644 --- a/appli/examples/CMakeLists.txt +++ b/appli/examples/CMakeLists.txt @@ -1,11 +1,11 @@ -#SET( -# SIMPLE_EXAMPLES -# example_Image_Dijkstra_EndPointDetection_WithoutVTK -# ) -#FOREACH(EX ${SIMPLE_EXAMPLES}) -# ADD_EXECUTABLE(${EX} ${EX}.cxx) -# TARGET_LINK_LIBRARIES(${EX} FrontAlgorithms) -#ENDFOREACH(EX) +SET( + SIMPLE_EXAMPLES + example_Image_Dijkstra_EndPointDetection_WithoutVTK + ) +FOREACH(EX ${SIMPLE_EXAMPLES}) + ADD_EXECUTABLE(${EX} ${EX}.cxx) + TARGET_LINK_LIBRARIES(${EX} FrontAlgorithms) +ENDFOREACH(EX) SET( SIMPLE_VTK_EXAMPLES