summaryrefslogtreecommitdiffstats
path: root/Tests/FindJPEG
Commit message (Collapse)AuthorAgeFilesLines
* clang-format: Normalize headers presentationMarc Chevrier2019-10-011-1/+2
| | | | | | | | | | | | | | | | | By using clang-format directives 'IncludeBlocks' and 'IncludeCategories' headers are regrouped by categories: 1. "cmConfigure.h" which must be first 2. header matching current implementation file 3. standard language headers 4. CMake replacement ones 5. external headers (i.e. #include directive with '<' and '>') 6. Qt headers 7. cmsys/* headers 8. cm_* headers 9. CMake headers (i.e. starting with 'cm[A-Z]') 10. all other headers Fixes: #19674
* FindJPEG: handle multiarch installs of libjpeg-turboBen Boeckel2018-11-062-1/+3
| | | | | | Fedora installs a `jconfig-32.h` and `jconfig-64.h` which were not searched. Instead, glob up all `jconfig` headers and bail once we've found a version number.
* FindJPEG: Add imported target support and full testMateusz Loskot2018-04-183-0/+40