X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Src%2FCMakeLists.txt;fp=Src%2FCMakeLists.txt;h=561336ec0c0d6f0659678ee616747a9413e56f8a;hb=5871d037b3db2b9af4f6f0eb6a8f858c6523874a;hp=b5c695a005d221b440afd97a633e36552d0b33ef;hpb=52d9a4ff6a971908206fcb9bed99942480de4ef8;p=STMS.git 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)