]> Creatis software - FrontAlgorithms.git/blob - appli/examples/CMakeLists.txt
...
[FrontAlgorithms.git] / appli / examples / CMakeLists.txt
1 ADD_EXECUTABLE(fpa_examples_ImageDijkstra ImageDijkstra.cxx)
2 TARGET_LINK_LIBRARIES(fpa_examples_ImageDijkstra ${ITK_LIBRARIES} ${VTK_LIBRARIES})
3
4 ## eof - $RCSfile$