X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=appli%2Fexamples%2FCMakeLists.txt;h=723e38fde510b25a962d1231abbe9082f22578ba;hb=b18ec38ef9775f0627085119f593ba1c37088478;hp=752c62b7acf74a4284788acca52f5d803731a0de;hpb=3d5417d682ae768bf6393f1b0d1f6b1a1755e0bd;p=cpPlugins.git diff --git a/appli/examples/CMakeLists.txt b/appli/examples/CMakeLists.txt index 752c62b..723e38f 100644 --- a/appli/examples/CMakeLists.txt +++ b/appli/examples/CMakeLists.txt @@ -1,14 +1,6 @@ -SET( - examples_SOURCES - example_LoadPluginsFile - example_LoadPluginsDirectory - example_ReadWriteImage - example_ReadWriteImageWithWorkspace +SUBDIRS( + extensions + plugins ) -FOREACH(example ${examples_SOURCES}) - ADD_EXECUTABLE(${example} ${example}.cxx) - TARGET_LINK_LIBRARIES(${example} cpPlugins) -ENDFOREACH(example) - ## eof - $RCSfile$