From 5871d037b3db2b9af4f6f0eb6a8f858c6523874a Mon Sep 17 00:00:00 2001 From: Grenier Thomas Date: Sun, 10 Dec 2017 13:58:51 +0100 Subject: [PATCH] =?utf8?q?mise=20=C3=A0=20jour=20cmake?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- Src/CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Src/CMakeLists.txt b/Src/CMakeLists.txt index b5c695a..561336e 100755 --- a/Src/CMakeLists.txt +++ b/Src/CMakeLists.txt @@ -21,12 +21,12 @@ #add_executable(test_ArgumentsAnalysis_Spine test_ArgumentsAnalysis_Spine.cxx ) #target_link_libraries(test_ArgumentsAnalysis_Spine ${ITK_LIBRARIES}) -add_executable(STMS_GrayLevelFiltering STMS_GrayLevelFiltering.cxx) -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_GrayLevelFiltering STMS_GrayLevelFiltering.cxx) +target_link_libraries(STMS_GrayLevelFiltering ${ITK_LIBRARIES}) install(TARGETS STMS_GrayLevelFiltering DESTINATION bin) add_executable(STMS_generateClosestMap STMS_generateClosestMap.cxx) -- 2.45.0