cxx_exe.json 6.9 KB

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