]> Creatis software - clitk.git/blobdiff - common/CMakeLists.txt
- add (fake) icon
[clitk.git] / common / CMakeLists.txt
index e40a81fe673de3a40c4053b86f1d40947ea7b71c..ef102d989974be4e57900a47f23a7986d0295c61 100644 (file)
@@ -32,5 +32,13 @@ SET(clitkCommon_SRC
 
 ADD_LIBRARY(clitkCommon STATIC ${clitkCommon_SRC})
 
+
+ADD_LIBRARY(clitkDicomRTStruct STATIC
+  clitkDicomRT_Contour.cxx
+  clitkDicomRT_ROI.cxx
+  clitkDicomRT_StructureSet.cxx
+  clitkDicomRT_ROI_ConvertToImageFilter.cxx
+)
+
 #ADD_LIBRARY(clitkCommonShared SHARED ${clitkCommon_SRC})
 #SET_TARGET_PROPERTIES(clitkCommonShared PROPERTIES COMPILE_FLAGS -fPIC)