cxx.json 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219
  1. {
  2. "source": "^cxx$",
  3. "build": "^cxx$",
  4. "parentSource": "^\\.$",
  5. "childSources": [
  6. "^cxx/cross$"
  7. ],
  8. "targetIds": [
  9. "^ALL_BUILD::@a56b12a3f5c0529fb296$",
  10. "^ZERO_CHECK::@a56b12a3f5c0529fb296$",
  11. "^cxx_exe::@a56b12a3f5c0529fb296$",
  12. "^cxx_exe_test_launcher::@a56b12a3f5c0529fb296$",
  13. "^cxx_standard_compile_feature_exe::@a56b12a3f5c0529fb296$",
  14. "^cxx_standard_exe::@a56b12a3f5c0529fb296$",
  15. "^cxx_lib::@a56b12a3f5c0529fb296$",
  16. "^cxx_shared_exe::@a56b12a3f5c0529fb296$",
  17. "^cxx_shared_lib::@a56b12a3f5c0529fb296$",
  18. "^cxx_static_exe::@a56b12a3f5c0529fb296$",
  19. "^cxx_static_lib::@a56b12a3f5c0529fb296$"
  20. ],
  21. "abstractTargetIds": null,
  22. "projectName": "Cxx",
  23. "minimumCMakeVersion": "3.13",
  24. "hasInstallRule": true,
  25. "installers": [
  26. {
  27. "component": "Unspecified",
  28. "type": "target",
  29. "destination": "lib",
  30. "paths": [
  31. "^cxx/((Debug|Release|MinSizeRel|RelWithDebInfo)/)?cxx_exe(\\.exe)?$"
  32. ],
  33. "isExcludeFromAll": null,
  34. "isForAllComponents": null,
  35. "isOptional": null,
  36. "targetId": "^cxx_exe::@a56b12a3f5c0529fb296$",
  37. "targetIndex": "cxx_exe",
  38. "targetIsImportLibrary": null,
  39. "targetInstallNamelink": null,
  40. "exportName": null,
  41. "exportTargets": null,
  42. "scriptFile": null,
  43. "backtrace": [
  44. {
  45. "file": "^cxx/CMakeLists\\.txt$",
  46. "line": 40,
  47. "command": "install",
  48. "hasParent": true
  49. },
  50. {
  51. "file": "^cxx/CMakeLists\\.txt$",
  52. "line": null,
  53. "command": null,
  54. "hasParent": false
  55. }
  56. ]
  57. },
  58. {
  59. "component": "Unspecified",
  60. "type": "cxxModuleBmi",
  61. "destination": "lib",
  62. "paths": null,
  63. "isExcludeFromAll": null,
  64. "isForAllComponents": null,
  65. "isOptional": null,
  66. "targetId": null,
  67. "targetIndex": null,
  68. "cxxModuleBmiTarget": {
  69. "id": "^cxx_exe::@a56b12a3f5c0529fb296",
  70. "index": "cxx_exe"
  71. },
  72. "targetIsImportLibrary": null,
  73. "targetInstallNamelink": null,
  74. "exportName": null,
  75. "exportTargets": null,
  76. "scriptFile": null,
  77. "backtrace": [
  78. {
  79. "file": "^cxx/CMakeLists\\.txt$",
  80. "line": 40,
  81. "command": "install",
  82. "hasParent": true
  83. },
  84. {
  85. "file": "^cxx/CMakeLists\\.txt$",
  86. "line": null,
  87. "command": null,
  88. "hasParent": false
  89. }
  90. ]
  91. },
  92. {
  93. "component": "Unspecified",
  94. "type": "runtimeDependencySet",
  95. "destination": "lib",
  96. "paths": null,
  97. "isExcludeFromAll": null,
  98. "isForAllComponents": null,
  99. "isOptional": null,
  100. "targetId": null,
  101. "targetIndex": null,
  102. "targetIsImportLibrary": null,
  103. "targetInstallNamelink": null,
  104. "exportName": null,
  105. "exportTargets": null,
  106. "scriptFile": null,
  107. "runtimeDependencySetType": "library",
  108. "backtrace": [
  109. {
  110. "file": "^cxx/CMakeLists\\.txt$",
  111. "line": 40,
  112. "command": "install",
  113. "hasParent": true
  114. },
  115. {
  116. "file": "^cxx/CMakeLists\\.txt$",
  117. "line": null,
  118. "command": null,
  119. "hasParent": false
  120. }
  121. ]
  122. },
  123. {
  124. "component": "Unspecified",
  125. "type": "runtimeDependencySet",
  126. "destination": "fw",
  127. "paths": null,
  128. "isExcludeFromAll": null,
  129. "isForAllComponents": null,
  130. "isOptional": null,
  131. "targetId": null,
  132. "targetIndex": null,
  133. "targetIsImportLibrary": null,
  134. "targetInstallNamelink": null,
  135. "exportName": null,
  136. "exportTargets": null,
  137. "scriptFile": null,
  138. "runtimeDependencySetType": "framework",
  139. "backtrace": [
  140. {
  141. "file": "^cxx/CMakeLists\\.txt$",
  142. "line": 40,
  143. "command": "install",
  144. "hasParent": true
  145. },
  146. {
  147. "file": "^cxx/CMakeLists\\.txt$",
  148. "line": null,
  149. "command": null,
  150. "hasParent": false
  151. }
  152. ]
  153. },
  154. {
  155. "component": "Unspecified",
  156. "type": "runtimeDependencySet",
  157. "destination": "lib",
  158. "paths": null,
  159. "isExcludeFromAll": null,
  160. "isForAllComponents": null,
  161. "isOptional": null,
  162. "targetId": null,
  163. "targetIndex": null,
  164. "targetIsImportLibrary": null,
  165. "targetInstallNamelink": null,
  166. "exportName": null,
  167. "exportTargets": null,
  168. "scriptFile": null,
  169. "runtimeDependencySetType": "library",
  170. "runtimeDependencySetName": "deps",
  171. "backtrace": [
  172. {
  173. "file": "^cxx/CMakeLists\\.txt$",
  174. "line": 45,
  175. "command": "install",
  176. "hasParent": true
  177. },
  178. {
  179. "file": "^cxx/CMakeLists\\.txt$",
  180. "line": null,
  181. "command": null,
  182. "hasParent": false
  183. }
  184. ]
  185. },
  186. {
  187. "component": "Unspecified",
  188. "type": "runtimeDependencySet",
  189. "destination": "fw",
  190. "paths": null,
  191. "isExcludeFromAll": null,
  192. "isForAllComponents": null,
  193. "isOptional": null,
  194. "targetId": null,
  195. "targetIndex": null,
  196. "targetIsImportLibrary": null,
  197. "targetInstallNamelink": null,
  198. "exportName": null,
  199. "exportTargets": null,
  200. "scriptFile": null,
  201. "runtimeDependencySetType": "framework",
  202. "runtimeDependencySetName": "deps",
  203. "backtrace": [
  204. {
  205. "file": "^cxx/CMakeLists\\.txt$",
  206. "line": 45,
  207. "command": "install",
  208. "hasParent": true
  209. },
  210. {
  211. "file": "^cxx/CMakeLists\\.txt$",
  212. "line": null,
  213. "command": null,
  214. "hasParent": false
  215. }
  216. ]
  217. }
  218. ]
  219. }