cxx_shared_lib.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "name": "cxx_shared_lib",
  3. "id": "^cxx_shared_lib::@a56b12a3f5c0529fb296$",
  4. "directorySource": "^cxx$",
  5. "projectName": "Cxx",
  6. "type": "SHARED_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": 9,
  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": [
  46. {
  47. "define": "cxx_shared_lib_EXPORTS",
  48. "backtrace": null
  49. }
  50. ],
  51. "compileCommandFragments": null
  52. }
  53. ],
  54. "backtrace": [
  55. {
  56. "file": "^cxx/CMakeLists\\.txt$",
  57. "line": 9,
  58. "command": "add_library",
  59. "hasParent": true
  60. },
  61. {
  62. "file": "^cxx/CMakeLists\\.txt$",
  63. "line": null,
  64. "command": null,
  65. "hasParent": false
  66. }
  67. ],
  68. "folder": null,
  69. "nameOnDisk": "^(lib|cyg)?cxx_shared_lib\\.(so|dylib|dll)$",
  70. "artifacts": [
  71. {
  72. "path": "^cxx/((Debug|Release|RelWithDebInfo|MinSizeRel)/)?(lib|cyg)?cxx_shared_lib\\.(so|dylib|dll)$",
  73. "_dllExtra": false
  74. },
  75. {
  76. "path": "^cxx/((Debug|Release|RelWithDebInfo|MinSizeRel)/)?(lib)?cxx_shared_lib\\.(dll\\.a|lib)$",
  77. "_dllExtra": true
  78. },
  79. {
  80. "path": "^cxx/((Debug|Release|RelWithDebInfo|MinSizeRel)/)?(lib|cyg)?cxx_shared_lib\\.pdb$",
  81. "_dllExtra": true
  82. }
  83. ],
  84. "build": "^cxx$",
  85. "source": "^cxx$",
  86. "install": null,
  87. "link": {
  88. "language": "CXX",
  89. "lto": null,
  90. "commandFragments": null
  91. },
  92. "archive": null,
  93. "dependencies": [
  94. {
  95. "id": "^ZERO_CHECK::@a56b12a3f5c0529fb296$",
  96. "backtrace": null
  97. }
  98. ]
  99. }