cxx_static_lib.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  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. "sources": [
  9. {
  10. "path": "^empty\\.cxx$",
  11. "isGenerated": null,
  12. "sourceGroupName": "Source Files",
  13. "compileGroupLanguage": "CXX",
  14. "backtrace": [
  15. {
  16. "file": "^cxx/CMakeLists\\.txt$",
  17. "line": 13,
  18. "command": "add_library",
  19. "hasParent": true
  20. },
  21. {
  22. "file": "^cxx/CMakeLists\\.txt$",
  23. "line": null,
  24. "command": null,
  25. "hasParent": false
  26. }
  27. ]
  28. }
  29. ],
  30. "sourceGroups": [
  31. {
  32. "name": "Source Files",
  33. "sourcePaths": [
  34. "^empty\\.cxx$"
  35. ]
  36. }
  37. ],
  38. "compileGroups": [
  39. {
  40. "language": "CXX",
  41. "sourcePaths": [
  42. "^empty\\.cxx$"
  43. ],
  44. "includes": null,
  45. "defines": null,
  46. "compileCommandFragments": null
  47. }
  48. ],
  49. "backtrace": [
  50. {
  51. "file": "^cxx/CMakeLists\\.txt$",
  52. "line": 13,
  53. "command": "add_library",
  54. "hasParent": true
  55. },
  56. {
  57. "file": "^cxx/CMakeLists\\.txt$",
  58. "line": null,
  59. "command": null,
  60. "hasParent": false
  61. }
  62. ],
  63. "folder": null,
  64. "nameOnDisk": "^(lib)?cxx_static_lib\\.(a|lib)$",
  65. "artifacts": [
  66. {
  67. "path": "^cxx/((Debug|Release|RelWithDebInfo|MinSizeRel)/)?(lib)?cxx_static_lib\\.(a|lib)$",
  68. "_dllExtra": false
  69. }
  70. ],
  71. "build": "^cxx$",
  72. "source": "^cxx$",
  73. "install": null,
  74. "link": null,
  75. "archive": {
  76. "lto": null
  77. },
  78. "dependencies": [
  79. {
  80. "id": "^ZERO_CHECK::@a56b12a3f5c0529fb296$",
  81. "backtrace": null
  82. }
  83. ]
  84. }