summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/FileAPI/codemodel-v2-data/directories/interface.json
Commit message (Collapse)AuthorAgeFilesLines
* FileAPI: Add symbolic property to targetsTaylor Sasser2025-10-021-1/+2
|
* fileAPI: Output all INTERFACE and IMPORTED targetsCraig Scott2025-09-261-0/+3
| | | | Fixes: #27248
* Tests: Add FileAPI case for cross-directory target_* commandsBrad King2022-08-221-1/+1
| | | | | | | | | | | The backtraces for some of the commands incorrectly come from the target's directory instead of the caller's directory. Expect the incorrect backtraces in test results for now. Increase the minimum required version of CMake in the test case to enable policy CMP0079 to support cross-directory calls. Issue: #23873
* fileapi: Add installers to codemodel-v2 "directory" objectBrad King2021-03-161-1/+2
| | | | Co-Authored-by: Kyle Edwards <kyle.edwards@kitware.com>
* fileapi: Add INTERFACE libraries with SOURCES to codemodel-v2Brad King2020-08-071-0/+14
INTERFACE libraries with SOURCES now appear in the generated buildsystem, so include them in the codemodel output too. We do not need to bump the `codemodel-v2` object kind minor version because that was already done in post-3.18 development by commit 7d6861f367 (fileapi: Extend codemodel targets with language standard, 2020-06-18). Fixes: #18608