SET( examples_SOURCES example_LoadPluginsFile example_ReadWriteImage example_ReadWriteImageWithWorkspace ) FOREACH(example ${examples_SOURCES}) ADD_EXECUTABLE(${example} ${example}.cxx) TARGET_LINK_LIBRARIES(${example} cpPlugins) ENDFOREACH(example) ## eof - $RCSfile$