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