generated_exe.json 11 KB

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