Releases: DCMTK/dcmtk
Releases Β· DCMTK/dcmtk
Latest (updated on 2026-04-15 06:04 UTC)
Make it easier to add external DCMTK modules Added DCMTK_EXTERNAL_MODULES CMake variable to allow adding external modules to DCMTK without having to copy files into the DCMTK source tree. DCMTK_EXTERNAL_MODULES contains a list of absolute paths, each pointing to a directory that follows the standard DCMTK module layout: it must contain a "CMakeLists.txt" at its root and an "include" subdirectory. Each module is added to the build via add_subdirectory() and its include directory is appended to DCMTK_INCLUDE_DIRS, both in the build tree and in the generated DCMTKConfig.cmake. Unlike DCMTK_MODULES, these paths are not relative to the DCMTK source tree, so the module source can reside anywhere on the filesystem. Thanks to Andras Lasso for the suggested patch.
DCMTK-3.7.0
Release of DCMTK 3.7.0.
DCMTK-3.6.9
Updated configure files for upcoming release.