toolchains-v1-78506716f746cd4f23ce.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "kind" : "toolchains",
  3. "toolchains" :
  4. [
  5. {
  6. "compiler" :
  7. {
  8. "id" : "GNU",
  9. "implicit" :
  10. {
  11. "includeDirectories" :
  12. [
  13. "D:/CLion 2024.3/bin/mingw/lib/gcc/x86_64-w64-mingw32/13.1.0/include",
  14. "D:/CLion 2024.3/bin/mingw/include",
  15. "D:/CLion 2024.3/bin/mingw/lib/gcc/x86_64-w64-mingw32/13.1.0/include-fixed",
  16. "D:/CLion 2024.3/bin/mingw/x86_64-w64-mingw32/include"
  17. ],
  18. "linkDirectories" : [],
  19. "linkFrameworkDirectories" : [],
  20. "linkLibraries" : []
  21. },
  22. "path" : "D:/CLion 2024.3/bin/mingw/bin/gcc.exe",
  23. "version" : "13.1.0"
  24. },
  25. "language" : "C",
  26. "sourceFileExtensions" :
  27. [
  28. "c",
  29. "m"
  30. ]
  31. },
  32. {
  33. "compiler" :
  34. {
  35. "id" : "GNU",
  36. "implicit" :
  37. {
  38. "includeDirectories" :
  39. [
  40. "D:/CLion 2024.3/bin/mingw/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++",
  41. "D:/CLion 2024.3/bin/mingw/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/x86_64-w64-mingw32",
  42. "D:/CLion 2024.3/bin/mingw/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/backward",
  43. "D:/CLion 2024.3/bin/mingw/lib/gcc/x86_64-w64-mingw32/13.1.0/include",
  44. "D:/CLion 2024.3/bin/mingw/include",
  45. "D:/CLion 2024.3/bin/mingw/lib/gcc/x86_64-w64-mingw32/13.1.0/include-fixed",
  46. "D:/CLion 2024.3/bin/mingw/x86_64-w64-mingw32/include"
  47. ],
  48. "linkDirectories" : [],
  49. "linkFrameworkDirectories" : [],
  50. "linkLibraries" : []
  51. },
  52. "path" : "D:/CLion 2024.3/bin/mingw/bin/g++.exe",
  53. "version" : "13.1.0"
  54. },
  55. "language" : "CXX",
  56. "sourceFileExtensions" :
  57. [
  58. "C",
  59. "M",
  60. "c++",
  61. "cc",
  62. "cpp",
  63. "cxx",
  64. "mm",
  65. "mpp",
  66. "CPP",
  67. "ixx",
  68. "cppm",
  69. "ccm",
  70. "cxxm",
  71. "c++m"
  72. ]
  73. },
  74. {
  75. "compiler" :
  76. {
  77. "implicit" : {},
  78. "path" : "D:/CLion 2024.3/bin/mingw/bin/windres.exe"
  79. },
  80. "language" : "RC",
  81. "sourceFileExtensions" :
  82. [
  83. "rc",
  84. "RC"
  85. ]
  86. }
  87. ],
  88. "version" :
  89. {
  90. "major" : 1,
  91. "minor" : 0
  92. }
  93. }