Hi there,
My application only uses a select set of DCMTK modules: ofstd, oflog, dcmdata, dcmimgle, dcmimage, dcmjpeg, dcmjpls.
Is there a way to just build those (and preferably without the tests) using CMake?
Thanks,
Samee
CMAKE Options for Building Select Set of Modules
Moderator: Moderator Team
-
- DCMTK Developer
- Posts: 2073
- Joined: Fri, 2004-11-05, 13:47
- Location: Oldenburg, Germany
- Contact:
Re: CMAKE Options for Building Select Set of Modules
Hi,
you can set in CMake the variable DCMTK_MODULES. Per default this is set to all modules:
Just remove those that you don't need. Note that some libraries depend on others (e.g. all need ofstd), but usually removing from the back of the list until you reach the library you want to keep works well.
Best regards,
Michael
you can set in CMake the variable DCMTK_MODULES. Per default this is set to all modules:
Code: Select all
ofstd;oflog;oficonv;dcmdata;dcmimgle;dcmimage;dcmjpeg;dcmjpls;dcmtls;dcmnet;dcmsr;dcmsign;dcmwlm;dcmqrdb;dcmpstat;dcmrt;dcmiod;dcmfg;dcmseg;dcmtract;dcmpmap;dcmect
Best regards,
Michael
Who is online
Users browsing this forum: No registered users and 1 guest