]> Creatis software - clitk.git/blobdiff - tools/CMakeLists.txt
Romulo:
[clitk.git] / tools / CMakeLists.txt
index cc77ea3a332a9cd2eff93ab88e89b82ffc8a86ce..7ff97053abdd70ddbf9faee0afe9efe8b170e91f 100644 (file)
@@ -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)
+