From: Grenier Thomas Date: Sun, 10 Dec 2017 12:58:00 +0000 (+0100) Subject: Merge branch 'master' of ssh://git.creatis.insa-lyon.fr/STMS X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?p=STMS.git;a=commitdiff_plain;h=52d9a4ff6a971908206fcb9bed99942480de4ef8 Merge branch 'master' of ssh://git.creatis.insa-lyon.fr/STMS # Conflicts: # Src/CMakeLists.txt --- 52d9a4ff6a971908206fcb9bed99942480de4ef8 diff --cc Src/CMakeLists.txt index d0ddbc4,8b1ae25..b5c695a --- a/Src/CMakeLists.txt +++ b/Src/CMakeLists.txt @@@ -27,5 -27,5 +27,8 @@@ target_link_libraries(STMS_GrayLevelFil #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)