cxx_shared_lib.json 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215
  1. {
  2. "name": "cxx_shared_lib",
  3. "id": "^cxx_shared_lib::@a56b12a3f5c0529fb296$",
  4. "directorySource": "^cxx$",
  5. "projectName": "Cxx",
  6. "type": "SHARED_LIBRARY",
  7. "imported": null,
  8. "local": null,
  9. "abstract": null,
  10. "symbolic": null,
  11. "isGeneratorProvided": null,
  12. "fileSets": null,
  13. "sources": [
  14. {
  15. "path": "^empty\\.cxx$",
  16. "isGenerated": null,
  17. "fileSetName": null,
  18. "sourceGroupName": "Source Files",
  19. "compileGroupLanguage": "CXX",
  20. "backtrace": [
  21. {
  22. "file": "^cxx/CMakeLists\\.txt$",
  23. "line": 11,
  24. "command": "add_library",
  25. "hasParent": true
  26. },
  27. {
  28. "file": "^cxx/CMakeLists\\.txt$",
  29. "line": null,
  30. "command": null,
  31. "hasParent": false
  32. }
  33. ]
  34. }
  35. ],
  36. "interfaceSources": null,
  37. "sourceGroups": [
  38. {
  39. "name": "Source Files",
  40. "sourcePaths": [
  41. "^empty\\.cxx$"
  42. ],
  43. "interfaceSourcePaths": null
  44. }
  45. ],
  46. "compileGroups": [
  47. {
  48. "language": "CXX",
  49. "sourcePaths": [
  50. "^empty\\.cxx$"
  51. ],
  52. "includes": null,
  53. "frameworks": null,
  54. "defines": [
  55. {
  56. "define": "_MBCS",
  57. "backtrace": null
  58. },
  59. {
  60. "define": "_WINDLL",
  61. "backtrace": null
  62. },
  63. {
  64. "define": "cxx_shared_lib_EXPORTS",
  65. "backtrace": null
  66. }
  67. ],
  68. "compileCommandFragments": null
  69. }
  70. ],
  71. "backtrace": [
  72. {
  73. "file": "^cxx/CMakeLists\\.txt$",
  74. "line": 11,
  75. "command": "add_library",
  76. "hasParent": true
  77. },
  78. {
  79. "file": "^cxx/CMakeLists\\.txt$",
  80. "line": null,
  81. "command": null,
  82. "hasParent": false
  83. }
  84. ],
  85. "folder": null,
  86. "nameOnDisk": "^(lib|cyg|msys-)?cxx_shared_lib\\.(so|dylib|dll)$",
  87. "artifacts": [
  88. {
  89. "path": "^cxx/((Debug|Release|RelWithDebInfo|MinSizeRel)/)?(lib|cyg|msys-)?cxx_shared_lib\\.(so|dylib|dll)$",
  90. "_dllExtra": false
  91. },
  92. {
  93. "path": "^cxx/((Debug|Release|RelWithDebInfo|MinSizeRel)/)?(lib)?cxx_shared_lib\\.(dll\\.a|lib|l)$",
  94. "_dllExtra": true
  95. },
  96. {
  97. "path": "^cxx/((Debug|Release|RelWithDebInfo|MinSizeRel)/)?(lib|cyg|msys-)?cxx_shared_lib\\.pdb$",
  98. "_dllExtra": true
  99. }
  100. ],
  101. "build": "^cxx$",
  102. "source": "^cxx$",
  103. "install": {
  104. "prefix": "^(/usr/local|[A-Za-z]:.*/codemodel-v2)$",
  105. "destinations": [
  106. {
  107. "path": "lib",
  108. "backtrace": [
  109. {
  110. "file": "^codemodel-v2\\.cmake$",
  111. "line": 55,
  112. "command": "install",
  113. "hasParent": true
  114. },
  115. {
  116. "file": "^codemodel-v2\\.cmake$",
  117. "line": null,
  118. "command": null,
  119. "hasParent": true
  120. },
  121. {
  122. "file": "^CMakeLists\\.txt$",
  123. "line": 3,
  124. "command": "include",
  125. "hasParent": true
  126. },
  127. {
  128. "file": "^CMakeLists\\.txt$",
  129. "line": null,
  130. "command": null,
  131. "hasParent": false
  132. }
  133. ]
  134. },
  135. {
  136. "path": "lib",
  137. "_dllExtra": true,
  138. "backtrace": [
  139. {
  140. "file": "^codemodel-v2\\.cmake$",
  141. "line": 55,
  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. "path": "lib",
  167. "_namelink": true,
  168. "backtrace": [
  169. {
  170. "file": "^codemodel-v2\\.cmake$",
  171. "line": 60,
  172. "command": "install",
  173. "hasParent": true
  174. },
  175. {
  176. "file": "^codemodel-v2\\.cmake$",
  177. "line": null,
  178. "command": null,
  179. "hasParent": true
  180. },
  181. {
  182. "file": "^CMakeLists\\.txt$",
  183. "line": 3,
  184. "command": "include",
  185. "hasParent": true
  186. },
  187. {
  188. "file": "^CMakeLists\\.txt$",
  189. "line": null,
  190. "command": null,
  191. "hasParent": false
  192. }
  193. ]
  194. }
  195. ]
  196. },
  197. "link": {
  198. "language": "CXX",
  199. "lto": null,
  200. "commandFragments": null
  201. },
  202. "archive": null,
  203. "dependencies": [
  204. {
  205. "id": "^ZERO_CHECK::@a56b12a3f5c0529fb296$",
  206. "backtrace": null
  207. }
  208. ],
  209. "linkLibraries": null,
  210. "interfaceLinkLibraries": null,
  211. "compileDependencies": null,
  212. "interfaceCompileDependencies": null,
  213. "objectDependencies": null,
  214. "orderDependencies": null
  215. }