cxx_static_lib.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "name": "cxx_static_lib",
  3. "id": "^cxx_static_lib::@a56b12a3f5c0529fb296$",
  4. "directorySource": "^cxx$",
  5. "projectName": "Cxx",
  6. "type": "STATIC_LIBRARY",
  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": 15,
  20. "command": "add_library",
  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. "frameworks": null,
  48. "defines": null,
  49. "compileCommandFragments": null
  50. }
  51. ],
  52. "backtrace": [
  53. {
  54. "file": "^cxx/CMakeLists\\.txt$",
  55. "line": 15,
  56. "command": "add_library",
  57. "hasParent": true
  58. },
  59. {
  60. "file": "^cxx/CMakeLists\\.txt$",
  61. "line": null,
  62. "command": null,
  63. "hasParent": false
  64. }
  65. ],
  66. "folder": null,
  67. "nameOnDisk": "^(lib)?cxx_static_lib\\.(a|lib|l)$",
  68. "artifacts": [
  69. {
  70. "path": "^cxx/((Debug|Release|RelWithDebInfo|MinSizeRel)/)?(lib)?cxx_static_lib\\.(a|lib|l)$",
  71. "_dllExtra": false
  72. }
  73. ],
  74. "build": "^cxx$",
  75. "source": "^cxx$",
  76. "install": null,
  77. "link": null,
  78. "archive": {
  79. "lto": null
  80. },
  81. "dependencies": [
  82. {
  83. "id": "^ZERO_CHECK::@a56b12a3f5c0529fb296$",
  84. "backtrace": null
  85. }
  86. ]
  87. }