CMakeSettings.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. {
  2. "configurations": [
  3. {
  4. "name": "nostd-x64-Debug",
  5. "generator": "Ninja",
  6. "configurationType": "Debug",
  7. "inheritEnvironments": [
  8. "msvc_x64_x64"
  9. ],
  10. "buildRoot": "${projectDir}\\out\\vs2019\\${name}",
  11. "installRoot": "${projectDir}\\out\\vs2019\\${name}\\install",
  12. "cmakeCommandArgs": "",
  13. "buildCommandArgs": "",
  14. "ctestCommandArgs": "",
  15. "variables": [
  16. {
  17. "name": "WITH_OTLP_GRPC",
  18. "value": "True",
  19. "type": "BOOL"
  20. },
  21. {
  22. "name": "WITH_EXAMPLES",
  23. "value": "true",
  24. "type": "BOOL"
  25. }
  26. ]
  27. },
  28. {
  29. "name": "nostd-x64-Release",
  30. "generator": "Ninja",
  31. "configurationType": "Release",
  32. "inheritEnvironments": [
  33. "msvc_x64_x64"
  34. ],
  35. "buildRoot": "${projectDir}\\out\\vs2019\\${name}",
  36. "installRoot": "${projectDir}\\out\\vs2019\\${name}\\install",
  37. "cmakeCommandArgs": "",
  38. "buildCommandArgs": "",
  39. "ctestCommandArgs": "",
  40. "cmakeToolchain": "",
  41. "variables": [
  42. {
  43. "name": "WITH_OTLP_GRPC",
  44. "value": "True",
  45. "type": "BOOL"
  46. },
  47. {
  48. "name": "WITH_EXAMPLES",
  49. "value": "true",
  50. "type": "BOOL"
  51. }
  52. ]
  53. },
  54. {
  55. "name": "stdlib-x64-Debug",
  56. "generator": "Ninja",
  57. "configurationType": "Debug",
  58. "inheritEnvironments": [
  59. "msvc_x64_x64"
  60. ],
  61. "buildRoot": "${projectDir}\\out\\vs2019\\${name}",
  62. "installRoot": "${projectDir}\\out\\vs2019\\${name}\\install",
  63. "cmakeCommandArgs": "",
  64. "buildCommandArgs": "",
  65. "ctestCommandArgs": "",
  66. "variables": [
  67. {
  68. "name": "WITH_STL",
  69. "value": "True",
  70. "type": "BOOL"
  71. },
  72. {
  73. "name": "WITH_OTLP_GRPC",
  74. "value": "True",
  75. "type": "BOOL"
  76. },
  77. {
  78. "name": "WITH_EXAMPLES",
  79. "value": "true",
  80. "type": "BOOL"
  81. },
  82. {
  83. "name": "WITH_PROMETHEUS",
  84. "value": "True",
  85. "type": "BOOL"
  86. }
  87. ]
  88. },
  89. {
  90. "name": "stdlib-x64-Release",
  91. "generator": "Ninja",
  92. "configurationType": "Release",
  93. "inheritEnvironments": [
  94. "msvc_x64_x64"
  95. ],
  96. "buildRoot": "${projectDir}\\out\\vs2019\\${name}",
  97. "installRoot": "${projectDir}\\out\\vs2019\\${name}\\install",
  98. "cmakeCommandArgs": "",
  99. "buildCommandArgs": "",
  100. "ctestCommandArgs": "",
  101. "cmakeToolchain": "",
  102. "variables": [
  103. {
  104. "name": "WITH_STL",
  105. "value": "True",
  106. "type": "BOOL"
  107. },
  108. {
  109. "name": "WITH_OTLP_GRPC",
  110. "value": "True",
  111. "type": "BOOL"
  112. },
  113. {
  114. "name": "WITH_EXAMPLES",
  115. "value": "true",
  116. "type": "BOOL"
  117. },
  118. {
  119. "name": "WITH_PROMETHEUS",
  120. "value": "True",
  121. "type": "BOOL"
  122. }
  123. ]
  124. }
  125. ]
  126. }