generated_exe.json 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303
  1. {
  2. "name": "generated_exe",
  3. "id": "^generated_exe::@[0-9a-f]+$",
  4. "directorySource": "^.*/Tests/RunCMake/FileAPIExternalSource$",
  5. "projectName": "External",
  6. "type": "EXECUTABLE",
  7. "isGeneratorProvided": null,
  8. "sources": [
  9. {
  10. "path": "^.*/Tests/RunCMake/FileAPIExternalSource/empty\\.c$",
  11. "isGenerated": null,
  12. "sourceGroupName": "Source Files",
  13. "compileGroupLanguage": "C",
  14. "backtrace": [
  15. {
  16. "file": "^.*/Tests/RunCMake/FileAPIExternalSource/CMakeLists\\.txt$",
  17. "line": 5,
  18. "command": "add_executable",
  19. "hasParent": true
  20. },
  21. {
  22. "file": "^.*/Tests/RunCMake/FileAPIExternalSource/CMakeLists\\.txt$",
  23. "line": null,
  24. "command": null,
  25. "hasParent": false
  26. }
  27. ]
  28. },
  29. {
  30. "path": "^.*/Tests/RunCMake/FileAPI/FileAPIExternalBuild/generated\\.cxx$",
  31. "isGenerated": true,
  32. "sourceGroupName": "Generated Source Files",
  33. "compileGroupLanguage": "CXX",
  34. "backtrace": [
  35. {
  36. "file": "^.*/Tests/RunCMake/FileAPIExternalSource/CMakeLists\\.txt$",
  37. "line": 6,
  38. "command": "target_sources",
  39. "hasParent": true
  40. },
  41. {
  42. "file": "^.*/Tests/RunCMake/FileAPIExternalSource/CMakeLists\\.txt$",
  43. "line": null,
  44. "command": null,
  45. "hasParent": false
  46. }
  47. ]
  48. }
  49. ],
  50. "sourceGroups": [
  51. {
  52. "name": "Source Files",
  53. "sourcePaths": [
  54. "^.*/Tests/RunCMake/FileAPIExternalSource/empty\\.c$"
  55. ]
  56. },
  57. {
  58. "name": "Generated Source Files",
  59. "sourcePaths": [
  60. "^.*/Tests/RunCMake/FileAPI/FileAPIExternalBuild/generated\\.cxx$"
  61. ]
  62. }
  63. ],
  64. "compileGroups": [
  65. {
  66. "language": "C",
  67. "sourcePaths": [
  68. "^.*/Tests/RunCMake/FileAPIExternalSource/empty\\.c$"
  69. ],
  70. "includes": [
  71. {
  72. "path": "^.*/Tests/RunCMake/FileAPI/FileAPIExternalBuild$",
  73. "isSystem": null,
  74. "backtrace": [
  75. {
  76. "file": "^.*/Tests/RunCMake/FileAPIExternalSource/CMakeLists\\.txt$",
  77. "line": 10,
  78. "command": "set_property",
  79. "hasParent": true
  80. },
  81. {
  82. "file": "^.*/Tests/RunCMake/FileAPIExternalSource/CMakeLists\\.txt$",
  83. "line": null,
  84. "command": null,
  85. "hasParent": false
  86. }
  87. ]
  88. },
  89. {
  90. "path": "^.*/Tests/RunCMake/FileAPIExternalSource$",
  91. "isSystem": true,
  92. "backtrace": [
  93. {
  94. "file": "^.*/Tests/RunCMake/FileAPIExternalSource/CMakeLists\\.txt$",
  95. "line": 11,
  96. "command": "target_include_directories",
  97. "hasParent": true
  98. },
  99. {
  100. "file": "^.*/Tests/RunCMake/FileAPIExternalSource/CMakeLists\\.txt$",
  101. "line": null,
  102. "command": null,
  103. "hasParent": false
  104. }
  105. ]
  106. }
  107. ],
  108. "defines": [
  109. {
  110. "define": "EMPTY_C=1",
  111. "backtrace": [
  112. {
  113. "file": "^.*/Tests/RunCMake/FileAPIExternalSource/CMakeLists\\.txt$",
  114. "line": 9,
  115. "command": "set_property",
  116. "hasParent": true
  117. },
  118. {
  119. "file": "^.*/Tests/RunCMake/FileAPIExternalSource/CMakeLists\\.txt$",
  120. "line": null,
  121. "command": null,
  122. "hasParent": false
  123. }
  124. ]
  125. },
  126. {
  127. "define": "SRC_DUMMY",
  128. "backtrace": [
  129. {
  130. "file": "^.*/Tests/RunCMake/FileAPIExternalSource/CMakeLists\\.txt$",
  131. "line": 9,
  132. "command": "set_property",
  133. "hasParent": true
  134. },
  135. {
  136. "file": "^.*/Tests/RunCMake/FileAPIExternalSource/CMakeLists\\.txt$",
  137. "line": null,
  138. "command": null,
  139. "hasParent": false
  140. }
  141. ]
  142. },
  143. {
  144. "define": "GENERATED_EXE=1",
  145. "backtrace": [
  146. {
  147. "file": "^.*/Tests/RunCMake/FileAPIExternalSource/CMakeLists\\.txt$",
  148. "line": 12,
  149. "command": "target_compile_definitions",
  150. "hasParent": true
  151. },
  152. {
  153. "file": "^.*/Tests/RunCMake/FileAPIExternalSource/CMakeLists\\.txt$",
  154. "line": null,
  155. "command": null,
  156. "hasParent": false
  157. }
  158. ]
  159. },
  160. {
  161. "define": "TGT_DUMMY",
  162. "backtrace": [
  163. {
  164. "file": "^.*/Tests/RunCMake/FileAPIExternalSource/CMakeLists\\.txt$",
  165. "line": 12,
  166. "command": "target_compile_definitions",
  167. "hasParent": true
  168. },
  169. {
  170. "file": "^.*/Tests/RunCMake/FileAPIExternalSource/CMakeLists\\.txt$",
  171. "line": null,
  172. "command": null,
  173. "hasParent": false
  174. }
  175. ]
  176. }
  177. ],
  178. "compileCommandFragments": [
  179. {
  180. "fragment" : "SRC_COMPILE_OPTIONS_DUMMY",
  181. "backtrace": [
  182. {
  183. "file": "^.*/Tests/RunCMake/FileAPIExternalSource/CMakeLists\\.txt$",
  184. "line": 13,
  185. "command": "set_source_files_properties",
  186. "hasParent": true
  187. },
  188. {
  189. "file" : "^.*/Tests/RunCMake/FileAPIExternalSource/CMakeLists\\.txt$",
  190. "line": null,
  191. "command": null,
  192. "hasParent": false
  193. }
  194. ]
  195. }
  196. ]
  197. },
  198. {
  199. "language": "CXX",
  200. "sourcePaths": [
  201. "^.*/Tests/RunCMake/FileAPI/FileAPIExternalBuild/generated\\.cxx$"
  202. ],
  203. "includes": [
  204. {
  205. "path": "^.*/Tests/RunCMake/FileAPIExternalSource$",
  206. "isSystem": true,
  207. "backtrace": [
  208. {
  209. "file": "^.*/Tests/RunCMake/FileAPIExternalSource/CMakeLists\\.txt$",
  210. "line": 11,
  211. "command": "target_include_directories",
  212. "hasParent": true
  213. },
  214. {
  215. "file": "^.*/Tests/RunCMake/FileAPIExternalSource/CMakeLists\\.txt$",
  216. "line": null,
  217. "command": null,
  218. "hasParent": false
  219. }
  220. ]
  221. }
  222. ],
  223. "defines": [
  224. {
  225. "define": "GENERATED_EXE=1",
  226. "backtrace": [
  227. {
  228. "file": "^.*/Tests/RunCMake/FileAPIExternalSource/CMakeLists\\.txt$",
  229. "line": 12,
  230. "command": "target_compile_definitions",
  231. "hasParent": true
  232. },
  233. {
  234. "file": "^.*/Tests/RunCMake/FileAPIExternalSource/CMakeLists\\.txt$",
  235. "line": null,
  236. "command": null,
  237. "hasParent": false
  238. }
  239. ]
  240. },
  241. {
  242. "define": "TGT_DUMMY",
  243. "backtrace": [
  244. {
  245. "file": "^.*/Tests/RunCMake/FileAPIExternalSource/CMakeLists\\.txt$",
  246. "line": 12,
  247. "command": "target_compile_definitions",
  248. "hasParent": true
  249. },
  250. {
  251. "file": "^.*/Tests/RunCMake/FileAPIExternalSource/CMakeLists\\.txt$",
  252. "line": null,
  253. "command": null,
  254. "hasParent": false
  255. }
  256. ]
  257. }
  258. ],
  259. "compileCommandFragments": null
  260. }
  261. ],
  262. "backtrace": [
  263. {
  264. "file": "^.*/Tests/RunCMake/FileAPIExternalSource/CMakeLists\\.txt$",
  265. "line": 5,
  266. "command": "add_executable",
  267. "hasParent": true
  268. },
  269. {
  270. "file": "^.*/Tests/RunCMake/FileAPIExternalSource/CMakeLists\\.txt$",
  271. "line": null,
  272. "command": null,
  273. "hasParent": false
  274. }
  275. ],
  276. "folder": null,
  277. "nameOnDisk": "^generated_exe(\\.exe)?$",
  278. "artifacts": [
  279. {
  280. "path": "^.*/Tests/RunCMake/FileAPI/FileAPIExternalBuild/((Debug|Release|RelWithDebInfo|MinSizeRel)/)?generated_exe(\\.exe)?$",
  281. "_dllExtra": false
  282. },
  283. {
  284. "path": "^.*/Tests/RunCMake/FileAPI/FileAPIExternalBuild/((Debug|Release|RelWithDebInfo|MinSizeRel)/)?generated_exe\\.pdb$",
  285. "_dllExtra": true
  286. }
  287. ],
  288. "build": "^.*/Tests/RunCMake/FileAPI/FileAPIExternalBuild$",
  289. "source": "^.*/Tests/RunCMake/FileAPIExternalSource$",
  290. "install": null,
  291. "link": {
  292. "language": "CXX",
  293. "lto": null,
  294. "commandFragments": null
  295. },
  296. "archive": null,
  297. "dependencies": [
  298. {
  299. "id": "^ZERO_CHECK::@[0-9a-f]+$",
  300. "backtrace": null
  301. }
  302. ]
  303. }