X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FCMakeLists.txt;h=4b0932de656d8fd004d1df5edc918fec74851d67;hb=5ad36f8cd7908f6fbc29f0d95c05c56fa7b68f3f;hp=5b849910908a215da9e0057fd69f645f3138e21a;hpb=f76d7667542120705849be390807ef223061fad1;p=clitk.git diff --git a/vv/CMakeLists.txt b/vv/CMakeLists.txt index 5b84991..4b0932d 100644 --- a/vv/CMakeLists.txt +++ b/vv/CMakeLists.txt @@ -21,6 +21,7 @@ set(vv_TOOLS vvToolConvert ## with dummy vvToolConvert.ui vvToolROIManager vvToolSegmentation + vvToolProfile ## these ones are for tests (not working) # vvToolTest # vvToolFoo @@ -36,6 +37,7 @@ set(vv_TOOLS # Future issues : when tool depend on other tools ... how to manage that ? # >> add the relevant $_LIBS variable to the tool that has dependencies? set(vvToolBinarize_LIBS clitkBinarizeImageLib) +set(vvToolProfile_LIBS clitkProfileImageLib) set(vvToolResample_LIBS clitkResampleImageLib) set(vvToolConvert_LIBS clitkImageConvertLib) set(vvToolExtractPatient_LIBS clitkSegmentationGgoLib)