summaryrefslogtreecommitdiffstats
path: root/Tests/FindImageMagick/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* FindImageMagick: Define targets for specific componentshstejas2023-01-271-0/+10
- With this change we can use e.g. ImageMagick::Magick++ directly in targt_link_libraries. - This change also adds CFLAGS which was missing before. - Also adds example on how to use the targets.