]> Creatis software - cpPlugins.git/blob - appli/examples/extensions/CMakeLists.txt
281512080cbea92050f11528663356f858b9f1b5
[cpPlugins.git] / appli / examples / extensions / CMakeLists.txt
1 SET(
2   examples_SOURCES
3   example_KalmanVelocity
4   )
5
6 FOREACH(example ${examples_SOURCES})
7   ADD_EXECUTABLE(${example} ${example}.cxx)
8   TARGET_LINK_LIBRARIES(${example} cpExtensions)
9 ENDFOREACH(example)
10
11 ## eof - $RCSfile$