c_headers_1.json 6.0 KB

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