mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-01 03:11:08 -06:00
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
14 lines
306 B
JSON
14 lines
306 B
JSON
{
|
|
"name": "Interface",
|
|
"parentName": "codemodel-v2",
|
|
"childNames": null,
|
|
"directorySources": [
|
|
"^interface$"
|
|
],
|
|
"targetIds": [
|
|
"^ALL_BUILD::@25b7fa8ea00134654b85$",
|
|
"^ZERO_CHECK::@25b7fa8ea00134654b85$",
|
|
"^iface_srcs::@25b7fa8ea00134654b85$"
|
|
]
|
|
}
|