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