cxx_exe.json 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255
  1. {
  2. "name": "cxx_exe",
  3. "id": "^cxx_exe::@a56b12a3f5c0529fb296$",
  4. "directorySource": "^cxx$",
  5. "projectName": "Cxx",
  6. "type": "EXECUTABLE",
  7. "isGeneratorProvided": null,
  8. "fileSets": null,
  9. "sources": [
  10. {
  11. "path": "^empty\\.cxx$",
  12. "isGenerated": null,
  13. "fileSetName": null,
  14. "sourceGroupName": "Source Files",
  15. "compileGroupLanguage": "CXX",
  16. "backtrace": [
  17. {
  18. "file": "^cxx/CMakeLists\\.txt$",
  19. "line": 5,
  20. "command": "add_executable",
  21. "hasParent": true
  22. },
  23. {
  24. "file": "^cxx/CMakeLists\\.txt$",
  25. "line": null,
  26. "command": null,
  27. "hasParent": false
  28. }
  29. ]
  30. }
  31. ],
  32. "sourceGroups": [
  33. {
  34. "name": "Source Files",
  35. "sourcePaths": [
  36. "^empty\\.cxx$"
  37. ]
  38. }
  39. ],
  40. "compileGroups": [
  41. {
  42. "language": "CXX",
  43. "sourcePaths": [
  44. "^empty\\.cxx$"
  45. ],
  46. "includes": null,
  47. "frameworks": null,
  48. "defines": null,
  49. "precompileHeaders": [
  50. {
  51. "header": ".*empty\\.h$",
  52. "backtrace": [
  53. {
  54. "file": "^cxx/CMakeLists\\.txt$",
  55. "line": 23,
  56. "command": "target_precompile_headers",
  57. "hasParent": true
  58. },
  59. {
  60. "file": "^cxx/CMakeLists\\.txt$",
  61. "line": null,
  62. "command": null,
  63. "hasParent": false
  64. }
  65. ]
  66. }
  67. ],
  68. "compileCommandFragments": [
  69. {
  70. "fragment" : "TargetCompileOptions",
  71. "backtrace": [
  72. {
  73. "file": "^cxx/CMakeLists\\.txt$",
  74. "line": 19,
  75. "command": "target_compile_options",
  76. "hasParent": true
  77. },
  78. {
  79. "file" : "^cxx/CMakeLists\\.txt$",
  80. "line": null,
  81. "command": null,
  82. "hasParent": false
  83. }
  84. ]
  85. }
  86. ]
  87. }
  88. ],
  89. "backtrace": [
  90. {
  91. "file": "^cxx/CMakeLists\\.txt$",
  92. "line": 5,
  93. "command": "add_executable",
  94. "hasParent": true
  95. },
  96. {
  97. "file": "^cxx/CMakeLists\\.txt$",
  98. "line": null,
  99. "command": null,
  100. "hasParent": false
  101. }
  102. ],
  103. "folder": "bin",
  104. "nameOnDisk": "^cxx_exe(\\.exe)?$",
  105. "artifacts": [
  106. {
  107. "path": "^cxx/((Debug|Release|RelWithDebInfo|MinSizeRel)/)?cxx_exe(\\.exe)?$",
  108. "_dllExtra": false
  109. },
  110. {
  111. "path": "^cxx/((Debug|Release|RelWithDebInfo|MinSizeRel)/)?cxx_exe\\.pdb$",
  112. "_dllExtra": true
  113. }
  114. ],
  115. "build": "^cxx$",
  116. "source": "^cxx$",
  117. "install": {
  118. "prefix": "^(/usr/local|[A-Za-z]:.*/codemodel-v2)$",
  119. "destinations": [
  120. {
  121. "path": "lib",
  122. "backtrace": [
  123. {
  124. "file": "^cxx/CMakeLists\\.txt$",
  125. "line": 40,
  126. "command": "install",
  127. "hasParent": true
  128. },
  129. {
  130. "file": "^cxx/CMakeLists\\.txt$",
  131. "line": null,
  132. "command": null,
  133. "hasParent": false
  134. }
  135. ]
  136. },
  137. {
  138. "path": "bin",
  139. "backtrace": [
  140. {
  141. "file": "^codemodel-v2\\.cmake$",
  142. "line": 46,
  143. "command": "install",
  144. "hasParent": true
  145. },
  146. {
  147. "file": "^codemodel-v2\\.cmake$",
  148. "line": null,
  149. "command": null,
  150. "hasParent": true
  151. },
  152. {
  153. "file": "^CMakeLists\\.txt$",
  154. "line": 3,
  155. "command": "include",
  156. "hasParent": true
  157. },
  158. {
  159. "file": "^CMakeLists\\.txt$",
  160. "line": null,
  161. "command": null,
  162. "hasParent": false
  163. }
  164. ]
  165. }
  166. ]
  167. },
  168. "link": {
  169. "language": "CXX",
  170. "lto": null,
  171. "commandFragments": [
  172. {
  173. "fragment" : "TargetLinkOptions",
  174. "role" : "flags",
  175. "backtrace": [
  176. {
  177. "file": "^cxx/CMakeLists\\.txt$",
  178. "line": 20,
  179. "command": "target_link_options",
  180. "hasParent": true
  181. },
  182. {
  183. "file" : "^cxx/CMakeLists\\.txt$",
  184. "line": null,
  185. "command": null,
  186. "hasParent": false
  187. }
  188. ]
  189. },
  190. {
  191. "fragment" : ".*TargetLinkDir\\\"?$",
  192. "role" : "libraryPath",
  193. "backtrace": [
  194. {
  195. "file": "^cxx/CMakeLists\\.txt$",
  196. "line": 21,
  197. "command": "target_link_directories",
  198. "hasParent": true
  199. },
  200. {
  201. "file" : "^cxx/CMakeLists\\.txt$",
  202. "line": null,
  203. "command": null,
  204. "hasParent": false
  205. }
  206. ]
  207. },
  208. {
  209. "fragment" : ".*cxx_lib.*",
  210. "role" : "libraries",
  211. "backtrace": [
  212. {
  213. "file": "^cxx/CMakeLists\\.txt$",
  214. "line": 6,
  215. "command": "target_link_libraries",
  216. "hasParent": true
  217. },
  218. {
  219. "file" : "^cxx/CMakeLists\\.txt$",
  220. "line": null,
  221. "command": null,
  222. "hasParent": false
  223. }
  224. ]
  225. }
  226. ]
  227. },
  228. "archive": null,
  229. "dependencies": [
  230. {
  231. "id": "^cxx_lib::@a56b12a3f5c0529fb296$",
  232. "backtrace": [
  233. {
  234. "file": "^cxx/CMakeLists\\.txt$",
  235. "line": 6,
  236. "command": "target_link_libraries",
  237. "hasParent": true
  238. },
  239. {
  240. "file": "^cxx/CMakeLists\\.txt$",
  241. "line": null,
  242. "command": null,
  243. "hasParent": false
  244. }
  245. ]
  246. },
  247. {
  248. "id": "^ZERO_CHECK::@a56b12a3f5c0529fb296$",
  249. "backtrace": null
  250. }
  251. ],
  252. "debugger": {
  253. "workingDirectory": "^/test/debugger/workingDirectory$"
  254. }
  255. }