object.json 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "source": "^object$",
  3. "build": "^object$",
  4. "parentSource": "^\\.$",
  5. "childSources": null,
  6. "targetIds": [
  7. "^ALL_BUILD::@5ed5358f70faf8d8af7a$",
  8. "^ZERO_CHECK::@5ed5358f70faf8d8af7a$",
  9. "^c_object_exe::@5ed5358f70faf8d8af7a$",
  10. "^c_object_lib::@5ed5358f70faf8d8af7a$",
  11. "^cxx_object_exe::@5ed5358f70faf8d8af7a$",
  12. "^cxx_object_lib::@5ed5358f70faf8d8af7a$"
  13. ],
  14. "projectName": "Object",
  15. "minimumCMakeVersion": "3.13",
  16. "hasInstallRule": true,
  17. "installers": [
  18. {
  19. "component": "Unspecified",
  20. "type": "target",
  21. "destination": "bin",
  22. "paths": [
  23. "^object/((Debug|Release|MinSizeRel|RelWithDebInfo)/)?c_object_exe(\\.exe)?$"
  24. ],
  25. "isExcludeFromAll": null,
  26. "isForAllComponents": null,
  27. "isOptional": null,
  28. "targetId": "^c_object_exe::@5ed5358f70faf8d8af7a$",
  29. "targetIndex": "c_object_exe",
  30. "targetIsImportLibrary": null,
  31. "targetInstallNamelink": null,
  32. "exportName": null,
  33. "exportTargets": null,
  34. "scriptFile": null,
  35. "backtrace": [
  36. {
  37. "file": "^object/CMakeLists\\.txt$",
  38. "line": 13,
  39. "command": "install",
  40. "hasParent": true
  41. },
  42. {
  43. "file": "^object/CMakeLists\\.txt$",
  44. "line": null,
  45. "command": null,
  46. "hasParent": false
  47. }
  48. ]
  49. },
  50. {
  51. "component": "Unspecified",
  52. "type": "target",
  53. "destination": "bin",
  54. "paths": [
  55. "^object/((Debug|Release|MinSizeRel|RelWithDebInfo)/)?cxx_object_exe(\\.exe)?$"
  56. ],
  57. "isExcludeFromAll": null,
  58. "isForAllComponents": null,
  59. "isOptional": null,
  60. "targetId": "^cxx_object_exe::@5ed5358f70faf8d8af7a$",
  61. "targetIndex": "cxx_object_exe",
  62. "targetIsImportLibrary": null,
  63. "targetInstallNamelink": null,
  64. "exportName": null,
  65. "exportTargets": null,
  66. "scriptFile": null,
  67. "backtrace": [
  68. {
  69. "file": "^object/CMakeLists\\.txt$",
  70. "line": 13,
  71. "command": "install",
  72. "hasParent": true
  73. },
  74. {
  75. "file": "^object/CMakeLists\\.txt$",
  76. "line": null,
  77. "command": null,
  78. "hasParent": false
  79. }
  80. ]
  81. }
  82. ]
  83. }