X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=appli%2Fexamples%2Fplugins%2FCMakeLists.txt;fp=appli%2Fexamples%2Fplugins%2FCMakeLists.txt;h=12c8cd362dd7d85a4225352b1df1fbdf50dc13aa;hb=adb38e2972e7c2e287e73c7b03db344807729219;hp=0712ef1061e81baeedaf498ae615649756f1689c;hpb=f47059eb39b5c9eef5cd2ee1b6c013cd75eff97f;p=cpPlugins.git diff --git a/appli/examples/plugins/CMakeLists.txt b/appli/examples/plugins/CMakeLists.txt index 0712ef1..12c8cd3 100644 --- a/appli/examples/plugins/CMakeLists.txt +++ b/appli/examples/plugins/CMakeLists.txt @@ -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)