]> Creatis software - cpPlugins.git/blobdiff - appli/examples/plugins/CMakeLists.txt
MPR objects updated
[cpPlugins.git] / appli / examples / plugins / CMakeLists.txt
index fa578a845701bd7618a489002a785cda4e621eec..0408f3c799222ff4752452bb79cdee70a74a87bd 100644 (file)
@@ -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$