From 7bfb0218610b834df5ad3026a6199b90b03bd394 Mon Sep 17 00:00:00 2001 From: David Sarrut Date: Mon, 25 Jul 2011 10:27:00 +0200 Subject: [PATCH] Rename clitkDicomRT_ROI_ConvertToImageFilter into clitkDicomRTStruct2ImageFilter --- common/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index 0263f3a..9f92d71 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt @@ -49,7 +49,7 @@ ADD_LIBRARY(clitkDicomRTStruct STATIC clitkDicomRT_Contour.cxx clitkDicomRT_ROI.cxx clitkDicomRT_StructureSet.cxx - clitkDicomRT_ROI_ConvertToImageFilter.cxx + clitkDicomRTStruct2ImageFilter.cxx ) TARGET_LINK_LIBRARIES(clitkDicomRTStruct vtkHybrid) -- 2.45.1