This simple hello-world project uses two third party libraries. DCMTK is included in this project via Conan. The recipe can be found at the ConanCenter package repository. DCMQI is included in this project via CMake's ExternalProject.
...
...
There are two variants of how to use this repository. You can switch between them by enabling or disabling the CMake variable CONAN_CMAKE.
For the Conan install variant, see Conan install.
For the Conan cmake variant, see Conan CMake.