cxx_exe.json 7.5 KB

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