Add dcm converter(BMP, PNG, JPG).

This commit is contained in:
Krad
2022-09-21 17:16:14 +08:00
parent e74292c361
commit ccb67f478d
12 changed files with 340 additions and 13 deletions

View File

@@ -34,7 +34,7 @@ target_link_libraries(DIDKit dcm_network)
add_dependencies(DIDKit dcm_network)
if(${BUILD_DIDKit_APP})
add_executable(DIDKitApp ${DIDKit_headers} ${DIDKit_cpps} ${DIDKit_App_headers} ${DIDKit_App_cpps}
add_executable(DIDKitApp ${DIDKit_IO_headers} ${DIDKit_IO_cpps} ${DIDKit_App_headers} ${DIDKit_App_cpps}
${DIDKit_PACS_headers} ${DIDKit_PACS_cpps})
target_link_libraries(DIDKitApp ${DCMTK_LIBRARIES})
target_link_libraries(DIDKitApp ${VTK_LIBRARIES})