X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Src%2FCMakeLists.txt;fp=Src%2FCMakeLists.txt;h=d0ddbc4f6ad60ead10859b4f81e9f16f8b4fb5b5;hb=3f8dd39c10393bb9e1736914dd6e0b31aad6b7aa;hp=e5679daee53a2ff5adf73204c3ac01084cb9df6f;hpb=41f44aa468d82e0fb0c3fcbcb07b537c6d01d6a5;p=STMS.git diff --git a/Src/CMakeLists.txt b/Src/CMakeLists.txt index e5679da..d0ddbc4 100755 --- a/Src/CMakeLists.txt +++ b/Src/CMakeLists.txt @@ -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})