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