summaryrefslogtreecommitdiffstats
path: root/Tests/FindDevIL/Test
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Update cmake_minimum_required versions to 3.10Brad King2024-10-031-1/+1
|
* Tests: Fix clang -Wstrict-prototypes warningsBrad King2023-10-262-2/+2
|
* Tests: Bump CMake minimum required version in find-module tests to 3.5Brad King2023-03-081-1/+1
| | | | | CMake 3.27 deprecates compatibility with CMake < 3.5. Update find module tests to avoid the deprecation warning.
* FindDevIL: add imported targets and testsAlex2021-03-183-0/+47
Fixes: #21900