SET( examples_SOURCES example_KalmanVelocity example_ImageSlice ) FOREACH(example ${examples_SOURCES}) ADD_EXECUTABLE(${example} ${example}.cxx) TARGET_LINK_LIBRARIES(${example} cpExtensions) ENDFOREACH(example) ## eof - $RCSfile$