X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Src%2FCMakeLists.txt;fp=Src%2FCMakeLists.txt;h=b5c695a005d221b440afd97a633e36552d0b33ef;hb=52d9a4ff6a971908206fcb9bed99942480de4ef8;hp=d0ddbc4f6ad60ead10859b4f81e9f16f8b4fb5b5;hpb=bd84bb06e5d774db2969d836670bddefbed6a1b9;p=STMS.git diff --git a/Src/CMakeLists.txt b/Src/CMakeLists.txt index d0ddbc4..b5c695a 100755 --- a/Src/CMakeLists.txt +++ b/Src/CMakeLists.txt @@ -27,5 +27,8 @@ target_link_libraries(STMS_GrayLevelFiltering ${ITK_LIBRARIES}) #add_executable(STMS_GrayLevelFiltering_Spine STMS_GrayLevelFiltering_Spine.cxx ) #target_link_libraries(STMS_GrayLevelFiltering_Spine ${ITK_LIBRARIES}) +install(TARGETS STMS_GrayLevelFiltering DESTINATION bin) + add_executable(STMS_generateClosestMap STMS_generateClosestMap.cxx) target_link_libraries(STMS_generateClosestMap ${ITK_LIBRARIES}) +install(TARGETS STMS_generateClosestMap DESTINATION bin)