c_shared_lib.json 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222
  1. {
  2. "name": "c_shared_lib",
  3. "id": "^c_shared_lib::@6890427a1f51a3e7e1df$",
  4. "directorySource": "^\\.$",
  5. "projectName": "codemodel-v2",
  6. "type": "SHARED_LIBRARY",
  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": 14,
  23. "command": "add_library",
  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. "frameworks": null,
  63. "defines": [
  64. {
  65. "define": "c_shared_lib_EXPORTS",
  66. "backtrace": null
  67. }
  68. ],
  69. "compileCommandFragments": null
  70. }
  71. ],
  72. "backtrace": [
  73. {
  74. "file": "^codemodel-v2\\.cmake$",
  75. "line": 14,
  76. "command": "add_library",
  77. "hasParent": true
  78. },
  79. {
  80. "file": "^codemodel-v2\\.cmake$",
  81. "line": null,
  82. "command": null,
  83. "hasParent": true
  84. },
  85. {
  86. "file": "^CMakeLists\\.txt$",
  87. "line": 3,
  88. "command": "include",
  89. "hasParent": true
  90. },
  91. {
  92. "file": "^CMakeLists\\.txt$",
  93. "line": null,
  94. "command": null,
  95. "hasParent": false
  96. }
  97. ],
  98. "folder": null,
  99. "nameOnDisk": "^(lib|cyg|msys-)?c_shared_lib(-1)?\\.(so|dylib|dll)$",
  100. "artifacts": [
  101. {
  102. "path": "^lib/((Debug|Release|RelWithDebInfo|MinSizeRel)/)?(lib|cyg|msys-)?c_shared_lib(-1)?\\.(so|dylib|dll)$",
  103. "_dllExtra": false
  104. },
  105. {
  106. "path": "^((Debug|Release|RelWithDebInfo|MinSizeRel)/)?(lib)?c_shared_lib\\.(dll\\.a|lib|l)$",
  107. "_dllExtra": true
  108. },
  109. {
  110. "path": "^lib/((Debug|Release|RelWithDebInfo|MinSizeRel)/)?(lib|cyg|msys-)?c_shared_lib(-1)?\\.pdb$",
  111. "_dllExtra": true
  112. }
  113. ],
  114. "build": "^\\.$",
  115. "source": "^\\.$",
  116. "install": {
  117. "prefix": "^(/usr/local|[A-Za-z]:.*/codemodel-v2)$",
  118. "destinations": [
  119. {
  120. "path": "lib",
  121. "backtrace": [
  122. {
  123. "file": "^codemodel-v2\\.cmake$",
  124. "line": 51,
  125. "command": "install",
  126. "hasParent": true
  127. },
  128. {
  129. "file": "^codemodel-v2\\.cmake$",
  130. "line": null,
  131. "command": null,
  132. "hasParent": true
  133. },
  134. {
  135. "file": "^CMakeLists\\.txt$",
  136. "line": 3,
  137. "command": "include",
  138. "hasParent": true
  139. },
  140. {
  141. "file": "^CMakeLists\\.txt$",
  142. "line": null,
  143. "command": null,
  144. "hasParent": false
  145. }
  146. ]
  147. },
  148. {
  149. "path": "lib",
  150. "_dllExtra": true,
  151. "backtrace": [
  152. {
  153. "file": "^codemodel-v2\\.cmake$",
  154. "line": 51,
  155. "command": "install",
  156. "hasParent": true
  157. },
  158. {
  159. "file": "^codemodel-v2\\.cmake$",
  160. "line": null,
  161. "command": null,
  162. "hasParent": true
  163. },
  164. {
  165. "file": "^CMakeLists\\.txt$",
  166. "line": 3,
  167. "command": "include",
  168. "hasParent": true
  169. },
  170. {
  171. "file": "^CMakeLists\\.txt$",
  172. "line": null,
  173. "command": null,
  174. "hasParent": false
  175. }
  176. ]
  177. },
  178. {
  179. "path": "lib",
  180. "_namelink": true,
  181. "backtrace": [
  182. {
  183. "file": "^codemodel-v2\\.cmake$",
  184. "line": 56,
  185. "command": "install",
  186. "hasParent": true
  187. },
  188. {
  189. "file": "^codemodel-v2\\.cmake$",
  190. "line": null,
  191. "command": null,
  192. "hasParent": true
  193. },
  194. {
  195. "file": "^CMakeLists\\.txt$",
  196. "line": 3,
  197. "command": "include",
  198. "hasParent": true
  199. },
  200. {
  201. "file": "^CMakeLists\\.txt$",
  202. "line": null,
  203. "command": null,
  204. "hasParent": false
  205. }
  206. ]
  207. }
  208. ]
  209. },
  210. "link": {
  211. "language": "C",
  212. "lto": true,
  213. "commandFragments": null
  214. },
  215. "archive": null,
  216. "dependencies": [
  217. {
  218. "id": "^ZERO_CHECK::@6890427a1f51a3e7e1df$",
  219. "backtrace": null
  220. }
  221. ]
  222. }