]> Creatis software - STMS.git/commitdiff
cmakelist
authorGrenier Thomas <thomas.grenier@creatis.insa-lyon.fr>
Sun, 10 Dec 2017 12:48:50 +0000 (13:48 +0100)
committerGrenier Thomas <thomas.grenier@creatis.insa-lyon.fr>
Sun, 10 Dec 2017 12:48:50 +0000 (13:48 +0100)
Src/CMakeLists.txt

index e5679daee53a2ff5adf73204c3ac01084cb9df6f..d0ddbc4f6ad60ead10859b4f81e9f16f8b4fb5b5 100755 (executable)
@@ -27,3 +27,5 @@ target_link_libraries(STMS_GrayLevelFiltering ${ITK_LIBRARIES})
 #add_executable(STMS_GrayLevelFiltering_Spine STMS_GrayLevelFiltering_Spine.cxx )
 #target_link_libraries(STMS_GrayLevelFiltering_Spine ${ITK_LIBRARIES})
 
+add_executable(STMS_generateClosestMap STMS_generateClosestMap.cxx)
+target_link_libraries(STMS_generateClosestMap ${ITK_LIBRARIES})