SET( examples_SOURCES example_GuessPlugins example_LoadPlugins example_LoadPluginsFile example_LoadPluginsDirectory example_ReadWriteImage example_ReadWriteImageWithWorkspace example_ShowImage example_ShowSphere ) FOREACH(example ${examples_SOURCES}) ADD_EXECUTABLE(${example} ${example}.cxx) TARGET_LINK_LIBRARIES(${example} cpPlugins) ENDFOREACH(example) IF(USE_QT4) SUBDIRS( QT ) ENDIF(USE_QT4) ## eof - $RCSfile$