]> Creatis software - cpPlugins.git/blobdiff - appli/examples/plugins/CMakeLists.txt
...
[cpPlugins.git] / appli / examples / plugins / CMakeLists.txt
index 24842051fc2ff5fc4a5b57326604145392930b0c..0712ef1061e81baeedaf498ae615649756f1689c 100644 (file)
@@ -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$