cxx_exe.json 7.7 KB

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