# dicom component just needs to use the component_extension macro
camitk_extension(   DISABLED
                    COMPONENT_EXTENSION
                    NEEDS_ITK
                    CEP_NAME CEP_IMAGING
                    CXX_FLAGS "-w"
                    DESCRIPTION  "This component allows the handling of DICOM images using ITK"
                    DEFINES _SCL_SECURE_NO_WARNINGS _CRT_SECURE_NO_WARNINGS #to remove warning on Windows platform
                    TEST_APPLICATION ${APPLICATION_TEST_COMPONENT}
)
