X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=appli%2Fbash%2FCMakeLists.txt;h=116999cfb553bfa83474e81b2e425488f65a1af6;hb=f1c75e8efd926172e954cd5e7952622c5788b450;hp=33785d170abd36d355c24699423e3d8cb88ec74a;hpb=94a44f4cdf4747eccc933df0a9c75ec86e825d2e;p=cpPlugins.git diff --git a/appli/bash/CMakeLists.txt b/appli/bash/CMakeLists.txt index 33785d1..116999c 100644 --- a/appli/bash/CMakeLists.txt +++ b/appli/bash/CMakeLists.txt @@ -9,7 +9,12 @@ SET( FOREACH(prog ${BASH_PROGRAMS}) ADD_EXECUTABLE(${prog} ${prog}.cxx) - TARGET_LINK_LIBRARIES(${prog} ${Boost_LIBRARIES}) + INSTALL( + TARGETS ${prog} + RUNTIME DESTINATION bin + LIBRARY DESTINATION lib + ARCHIVE DESTINATION lib/static + ) ENDFOREACH(prog) ## eof - $RCSfile$