c_exe.json 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  1. {
  2. "name": "c_exe",
  3. "id": "^c_exe::@6890427a1f51a3e7e1df$",
  4. "directorySource": "^\\.$",
  5. "projectName": "codemodel-v2",
  6. "type": "EXECUTABLE",
  7. "imported": null,
  8. "local": null,
  9. "abstract": null,
  10. "isGeneratorProvided": null,
  11. "fileSets": null,
  12. "sources": [
  13. {
  14. "path": "^empty\\.c$",
  15. "isGenerated": null,
  16. "fileSetName": null,
  17. "sourceGroupName": "Source Files",
  18. "compileGroupLanguage": "C",
  19. "backtrace": [
  20. {
  21. "file": "^codemodel-v2\\.cmake$",
  22. "line": 10,
  23. "command": "add_executable",
  24. "hasParent": true
  25. },
  26. {
  27. "file": "^codemodel-v2\\.cmake$",
  28. "line": null,
  29. "command": null,
  30. "hasParent": true
  31. },
  32. {
  33. "file": "^CMakeLists\\.txt$",
  34. "line": 3,
  35. "command": "include",
  36. "hasParent": true
  37. },
  38. {
  39. "file": "^CMakeLists\\.txt$",
  40. "line": null,
  41. "command": null,
  42. "hasParent": false
  43. }
  44. ]
  45. }
  46. ],
  47. "sourceGroups": [
  48. {
  49. "name": "Source Files",
  50. "sourcePaths": [
  51. "^empty\\.c$"
  52. ]
  53. }
  54. ],
  55. "compileGroups": [
  56. {
  57. "language": "C",
  58. "sourcePaths": [
  59. "^empty\\.c$"
  60. ],
  61. "includes": null,
  62. "defines": null,
  63. "frameworks": null,
  64. "compileCommandFragments": null
  65. }
  66. ],
  67. "backtrace": [
  68. {
  69. "file": "^codemodel-v2\\.cmake$",
  70. "line": 10,
  71. "command": "add_executable",
  72. "hasParent": true
  73. },
  74. {
  75. "file": "^codemodel-v2\\.cmake$",
  76. "line": null,
  77. "command": null,
  78. "hasParent": true
  79. },
  80. {
  81. "file": "^CMakeLists\\.txt$",
  82. "line": 3,
  83. "command": "include",
  84. "hasParent": true
  85. },
  86. {
  87. "file": "^CMakeLists\\.txt$",
  88. "line": null,
  89. "command": null,
  90. "hasParent": false
  91. }
  92. ],
  93. "folder": null,
  94. "nameOnDisk": "^c_exe(\\.exe)?$",
  95. "artifacts": [
  96. {
  97. "path": "^((Debug|Release|RelWithDebInfo|MinSizeRel)/)?c_exe(\\.exe)?$",
  98. "_dllExtra": false
  99. },
  100. {
  101. "path": "^((Debug|Release|RelWithDebInfo|MinSizeRel)/)?c_exe\\.pdb$",
  102. "_dllExtra": true
  103. }
  104. ],
  105. "build": "^\\.$",
  106. "source": "^\\.$",
  107. "install": null,
  108. "link": {
  109. "language": "C",
  110. "lto": null,
  111. "commandFragments": null
  112. },
  113. "archive": null,
  114. "dependencies": [
  115. {
  116. "id": "^c_lib::@6890427a1f51a3e7e1df$",
  117. "backtrace": [
  118. {
  119. "file": "^codemodel-v2\\.cmake$",
  120. "line": 11,
  121. "command": "target_link_libraries",
  122. "hasParent": true
  123. },
  124. {
  125. "file": "^codemodel-v2\\.cmake$",
  126. "line": null,
  127. "command": null,
  128. "hasParent": true
  129. },
  130. {
  131. "file": "^CMakeLists\\.txt$",
  132. "line": 3,
  133. "command": "include",
  134. "hasParent": true
  135. },
  136. {
  137. "file": "^CMakeLists\\.txt$",
  138. "line": null,
  139. "command": null,
  140. "hasParent": false
  141. }
  142. ]
  143. },
  144. {
  145. "id": "^ZERO_CHECK::@6890427a1f51a3e7e1df$",
  146. "backtrace": null
  147. }
  148. ],
  149. "debugger": {
  150. "workingDirectory": "^/test/debugger/workingDirectory$"
  151. }
  152. }