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