]> Creatis software - cpPlugins.git/blobdiff - appli/examples/plugins/CMakeLists.txt
Bug smashed like a boss
[cpPlugins.git] / appli / examples / plugins / CMakeLists.txt
index 0712ef1061e81baeedaf498ae615649756f1689c..12c8cd362dd7d85a4225352b1df1fbdf50dc13aa 100644 (file)
@@ -7,11 +7,12 @@ SET(
   example_ReadWriteImage
   example_ReadWriteImageWithWorkspace
   example_ShowImage
+  example_ShowSphere
   )
 
 FOREACH(example ${examples_SOURCES})
   ADD_EXECUTABLE(${example} ${example}.cxx)
-  TARGET_LINK_LIBRARIES(${example} cpExtensions cpPlugins)
+  TARGET_LINK_LIBRARIES(${example} cpPlugins)
 ENDFOREACH(example)
 
 IF(USE_QT4)