X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=appli%2Fexamples%2Fplugins%2FCMakeLists.txt;h=0712ef1061e81baeedaf498ae615649756f1689c;hb=b9fd406b0196ce00c4152da45572b8be3cb3c805;hp=24842051fc2ff5fc4a5b57326604145392930b0c;hpb=b445d953049ba15290197549dcd4e31367e3c8a5;p=cpPlugins.git diff --git a/appli/examples/plugins/CMakeLists.txt b/appli/examples/plugins/CMakeLists.txt index 2484205..0712ef1 100644 --- a/appli/examples/plugins/CMakeLists.txt +++ b/appli/examples/plugins/CMakeLists.txt @@ -1,14 +1,23 @@ SET( examples_SOURCES + example_GuessPlugins + example_LoadPlugins example_LoadPluginsFile example_LoadPluginsDirectory example_ReadWriteImage example_ReadWriteImageWithWorkspace + example_ShowImage ) FOREACH(example ${examples_SOURCES}) ADD_EXECUTABLE(${example} ${example}.cxx) - TARGET_LINK_LIBRARIES(${example} cpPlugins cpPipelineEditor) + TARGET_LINK_LIBRARIES(${example} cpExtensions cpPlugins) ENDFOREACH(example) +IF(USE_QT4) + SUBDIRS( + QT + ) +ENDIF(USE_QT4) + ## eof - $RCSfile$