]> Creatis software - STMS.git/commitdiff
Merge branch 'master' of ssh://git.creatis.insa-lyon.fr/STMS
authorGrenier Thomas <thomas.grenier@creatis.insa-lyon.fr>
Sun, 10 Dec 2017 12:58:00 +0000 (13:58 +0100)
committerGrenier Thomas <thomas.grenier@creatis.insa-lyon.fr>
Sun, 10 Dec 2017 12:58:00 +0000 (13:58 +0100)
# Conflicts:
# Src/CMakeLists.txt

1  2 
Src/CMakeLists.txt

index d0ddbc4f6ad60ead10859b4f81e9f16f8b4fb5b5,8b1ae25fc541965b1383e18d5663fe3f92dae45d..b5c695a005d221b440afd97a633e36552d0b33ef
@@@ -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)