From: Grenier Thomas Date: Sun, 10 Dec 2017 12:48:50 +0000 (+0100) Subject: cmakelist X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?p=STMS.git;a=commitdiff_plain;h=3f8dd39c10393bb9e1736914dd6e0b31aad6b7aa cmakelist --- 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})