X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=appli%2Fexamples%2Fplugins%2FCMakeLists.txt;h=0408f3c799222ff4752452bb79cdee70a74a87bd;hb=b18ec38ef9775f0627085119f593ba1c37088478;hp=fa578a845701bd7618a489002a785cda4e621eec;hpb=e2fb8817731f6231d34941a208e46b36dad425b2;p=cpPlugins.git diff --git a/appli/examples/plugins/CMakeLists.txt b/appli/examples/plugins/CMakeLists.txt index fa578a8..0408f3c 100644 --- a/appli/examples/plugins/CMakeLists.txt +++ b/appli/examples/plugins/CMakeLists.txt @@ -5,11 +5,18 @@ SET( example_LoadPluginsDirectory example_ReadWriteImage example_ReadWriteImageWithWorkspace + example_ShowImage ) FOREACH(example ${examples_SOURCES}) ADD_EXECUTABLE(${example} ${example}.cxx) - TARGET_LINK_LIBRARIES(${example} cpPlugins) + TARGET_LINK_LIBRARIES(${example} cpExtensions cpPlugins) ENDFOREACH(example) +IF(USE_QT4) + SUBDIRS( + QT + ) +ENDIF(USE_QT4) + ## eof - $RCSfile$