summaryrefslogtreecommitdiff
path: root/Tests/FindX11
Commit message (Collapse)AuthorAgeFilesLines
* FindX11: Add xcb_util and xcb_xfixes librariesTim Blechmann2020-08-122-0/+52
|
* FindX11: Add Xaw librariesKurt Sansom2020-07-162-0/+23
| | | | Fixes: #20963
* FindX11: Find additional librariesZsolt Parragi2020-03-041-0/+11
| | | | | | | | | | | With this change, FindLibrary(X11) learns about the following libraries: * xcb * X11-xcb * xcb-icccm * xcb-xkb * xkbcommon * xkbcommon-X11
* clang-format: Normalize headers presentationMarc Chevrier2019-10-011-3/+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
* Tests/FindX11: add a testBen Boeckel2018-11-153-0/+504