mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-20 13:40:24 -06:00
15 lines
296 B
JSON
15 lines
296 B
JSON
{
|
|
"source": "^dir$",
|
|
"build": "^dir$",
|
|
"parentSource": "^\\.$",
|
|
"childSources": [
|
|
"^dir/dir$",
|
|
"^dir/very-long$"
|
|
],
|
|
"targetIds": null,
|
|
"projectName": "codemodel-v2",
|
|
"minimumCMakeVersion": "3.13",
|
|
"hasInstallRule": null,
|
|
"installers": []
|
|
}
|