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

index b5c695a005d221b440afd97a633e36552d0b33ef..561336ec0c0d6f0659678ee616747a9413e56f8a 100755 (executable)
 #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)