X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tools%2FCMakeLists.txt;h=7ff97053abdd70ddbf9faee0afe9efe8b170e91f;hb=4990db0e34e1095b4812a203d7cd46618a5e8c3d;hp=cc77ea3a332a9cd2eff93ab88e89b82ffc8a86ce;hpb=119a42cb1444930c78314e862e590f54c2f7678d;p=clitk.git diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt index cc77ea3..7ff9705 100644 --- a/tools/CMakeLists.txt +++ b/tools/CMakeLists.txt @@ -249,4 +249,9 @@ IF (CLITK_BUILD_TOOLS) ADD_EXECUTABLE(clitkTransformLandmarks clitkTransformLandmarks.cxx ${clitkTransformLandmarks_GGO_C}) TARGET_LINK_LIBRARIES(clitkTransformLandmarks clitkCommon ITKIO) + WRAP_GGO(clitkLineProfile_GGO_C clitkLineProfile.ggo) + ADD_EXECUTABLE(clitkLineProfile clitkLineProfile.cxx clitkLineProfileGenericFilter.cxx ${clitkLineProfile_GGO_C}) + TARGET_LINK_LIBRARIES(clitkLineProfile clitkCommon ITKIO) + ENDIF(CLITK_BUILD_TOOLS) +