X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=appli%2Fbash%2FCMakeLists.txt;fp=appli%2Fbash%2FCMakeLists.txt;h=0000000000000000000000000000000000000000;hb=98390bcac544f7f3a6762ce812dda491213d6f13;hp=116999cfb553bfa83474e81b2e425488f65a1af6;hpb=b6c7e73ebcce23619daced67f85d9e1364b33f30;p=cpPlugins.git diff --git a/appli/bash/CMakeLists.txt b/appli/bash/CMakeLists.txt deleted file mode 100644 index 116999c..0000000 --- a/appli/bash/CMakeLists.txt +++ /dev/null @@ -1,20 +0,0 @@ -## ========================= -## = Command line programs = -## ========================= - -SET( - BASH_PROGRAMS - cpPlugins_createHost - ) - -FOREACH(prog ${BASH_PROGRAMS}) - ADD_EXECUTABLE(${prog} ${prog}.cxx) - INSTALL( - TARGETS ${prog} - RUNTIME DESTINATION bin - LIBRARY DESTINATION lib - ARCHIVE DESTINATION lib/static - ) -ENDFOREACH(prog) - -## eof - $RCSfile$