cxx_exe_test_launcher.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. {
  2. "name": "cxx_exe_test_launcher",
  3. "id": "^cxx_exe_test_launcher::@a56b12a3f5c0529fb296$",
  4. "directorySource": "^cxx$",
  5. "projectName": "Cxx",
  6. "type": "EXECUTABLE",
  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": 51,
  24. "command": "add_executable",
  25. "hasParent": true
  26. },
  27. {
  28. "file": "^cxx/CMakeLists\\.txt$",
  29. "line": null,
  30. "command": null,
  31. "hasParent": false
  32. }
  33. ]
  34. }
  35. ],
  36. "sourceGroups": [
  37. {
  38. "name": "Source Files",
  39. "sourcePaths": [
  40. "^empty\\.cxx$"
  41. ]
  42. }
  43. ],
  44. "compileGroups": [
  45. {
  46. "language": "CXX",
  47. "sourcePaths": [
  48. "^empty\\.cxx$"
  49. ],
  50. "includes": null,
  51. "frameworks": null,
  52. "defines": null,
  53. "compileCommandFragments": null
  54. }
  55. ],
  56. "backtrace": [
  57. {
  58. "file": "^cxx/CMakeLists\\.txt$",
  59. "line": 51,
  60. "command": "add_executable",
  61. "hasParent": true
  62. },
  63. {
  64. "file": "^cxx/CMakeLists\\.txt$",
  65. "line": null,
  66. "command": null,
  67. "hasParent": false
  68. }
  69. ],
  70. "folder": null,
  71. "nameOnDisk": "^cxx_exe_test_launcher(\\.exe)?$",
  72. "artifacts": [
  73. {
  74. "path": "^cxx/((Debug|Release|RelWithDebInfo|MinSizeRel)/)?cxx_exe_test_launcher(\\.exe)?$",
  75. "_dllExtra": false
  76. },
  77. {
  78. "path": "^cxx/((Debug|Release|RelWithDebInfo|MinSizeRel)/)?cxx_exe_test_launcher\\.pdb$",
  79. "_dllExtra": true
  80. }
  81. ],
  82. "build": "^cxx$",
  83. "source": "^cxx$",
  84. "install": null,
  85. "launchers" : [
  86. {
  87. "command": "^no-such-launcher(\\.exe)?$",
  88. "type" : "test"
  89. }
  90. ],
  91. "link": {
  92. "language": "CXX",
  93. "lto": null,
  94. "commandFragments": null
  95. },
  96. "archive": null,
  97. "dependencies": [
  98. {
  99. "id": "^ZERO_CHECK::@a56b12a3f5c0529fb296$",
  100. "backtrace": null
  101. }
  102. ]
  103. }