summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/FileAPI/codemodel-v2-data/projects/imported.json
Commit message (Collapse)AuthorAgeFilesLines
* fileapi: Handle unused imported libraries with missing IMPORTED_IMPLIBCraig Scott14 days1-1/+2
| | | | | | | | | | | | | CMake 4.1 and earlier did not issue an error if an imported shared library target was missing an IMPORTED_IMPLIB property and nothing used that imported library. There was no code path checking for the CMP0111 NEW behavior. Since b626843d71 (fileAPI: Output all INTERFACE and IMPORTED targets, 2025-09-13), we now include all imported targets in the file API replies, and that does trigger that check. We need to tolerate such imported targets to preserve backward compatibility, and to avoid issuing errors for problems in targets likely to be coming from outside the project and beyond the developer's control. Fixes: #27496
* FileAPI: Add symbolic property to targetsTaylor Sasser2025-10-021-1/+3
|
* fileAPI: Output all INTERFACE and IMPORTED targetsCraig Scott2025-09-261-0/+8
| | | | Fixes: #27248
* FileAPI test: Break gen_check_projects() into JSON filesKyle Edwards2020-02-071-0/+17