X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=appli%2Fbash%2FCMakeLists.txt;h=116999cfb553bfa83474e81b2e425488f65a1af6;hb=2553991938011b002691361f0ed4ae95a552a686;hp=33785d170abd36d355c24699423e3d8cb88ec74a;hpb=c3c3da5217b6eb255db9c0424f22d4e01250901e;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$