X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FCMakeLists.txt;h=5b5f7c0a045fdf1beb4fe7938593dc37abf3656b;hb=8e35d3afc7b626ac517905e7f8b846d94894110c;hp=5b849910908a215da9e0057fd69f645f3138e21a;hpb=9768b4757920c85042b8fd9710f3ddfc2e9bf5d4;p=clitk.git diff --git a/vv/CMakeLists.txt b/vv/CMakeLists.txt index 5b84991..5b5f7c0 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) @@ -121,6 +123,7 @@ qt5_wrap_cpp(vv_SRCS vvHelpDialog.h vvQDicomSeriesSelector.h vvSlicerManager.h + vvSlicer.h vvStructureSetActor.h vvROIActor.h vvToolCreatorBase.h