cxx_standard_exe.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. {
  2. "name": "cxx_standard_exe",
  3. "id": "^cxx_standard_exe::@a56b12a3f5c0529fb296$",
  4. "directorySource": "^cxx$",
  5. "projectName": "Cxx",
  6. "type": "EXECUTABLE",
  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": 25,
  20. "command": "add_executable",
  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. "languageStandard" :
  44. {
  45. "backtraces": [
  46. [
  47. {
  48. "file": "^cxx/CMakeLists\\.txt$",
  49. "line": 26,
  50. "command": "set_property",
  51. "hasParent": true
  52. },
  53. {
  54. "file": "^cxx/CMakeLists\\.txt$",
  55. "line": null,
  56. "command": null,
  57. "hasParent": false
  58. }
  59. ]
  60. ],
  61. "standard" : "17"
  62. },
  63. "sourcePaths": [
  64. "^empty\\.cxx$"
  65. ],
  66. "includes": null,
  67. "frameworks": null,
  68. "defines": null,
  69. "compileCommandFragments": null
  70. }
  71. ],
  72. "backtrace": [
  73. {
  74. "file": "^cxx/CMakeLists\\.txt$",
  75. "line": 25,
  76. "command": "add_executable",
  77. "hasParent": true
  78. },
  79. {
  80. "file": "^cxx/CMakeLists\\.txt$",
  81. "line": null,
  82. "command": null,
  83. "hasParent": false
  84. }
  85. ],
  86. "folder": null,
  87. "nameOnDisk": "^cxx_standard_exe(\\.exe)?$",
  88. "artifacts": [
  89. {
  90. "path": "^cxx/((Debug|Release|RelWithDebInfo|MinSizeRel)/)?cxx_standard_exe(\\.exe)?$",
  91. "_dllExtra": false
  92. },
  93. {
  94. "path": "^cxx/((Debug|Release|RelWithDebInfo|MinSizeRel)/)?cxx_standard_exe\\.pdb$",
  95. "_dllExtra": true
  96. }
  97. ],
  98. "build": "^cxx$",
  99. "source": "^cxx$",
  100. "install": null,
  101. "link": {
  102. "language": "CXX",
  103. "lto": null,
  104. "commandFragments": null
  105. },
  106. "archive": null,
  107. "dependencies": [
  108. {
  109. "id": "^ZERO_CHECK::@a56b12a3f5c0529fb296$",
  110. "backtrace": null
  111. }
  112. ]
  113. }