| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141 |
- {
- "kind" : "toolchains",
- "toolchains" :
- [
- {
- "compiler" :
- {
- "id" : "GNU",
- "implicit" :
- {
- "includeDirectories" :
- [
- "D:/Program Files/JetBrains/CLion 2023.1.4/bin/mingw/lib/gcc/x86_64-w64-mingw32/11.2.0/include",
- "D:/Program Files/JetBrains/CLion 2023.1.4/bin/mingw/include",
- "D:/Program Files/JetBrains/CLion 2023.1.4/bin/mingw/lib/gcc/x86_64-w64-mingw32/11.2.0/include-fixed",
- "D:/Program Files/JetBrains/CLion 2023.1.4/bin/mingw/x86_64-w64-mingw32/include"
- ],
- "linkDirectories" :
- [
- "D:/Program Files/JetBrains/CLion 2023.1.4/bin/mingw/lib/gcc/x86_64-w64-mingw32/11.2.0",
- "D:/Program Files/JetBrains/CLion 2023.1.4/bin/mingw/lib/gcc",
- "D:/Program Files/JetBrains/CLion 2023.1.4/bin/mingw/x86_64-w64-mingw32/lib",
- "D:/Program Files/JetBrains/CLion 2023.1.4/bin/mingw/lib"
- ],
- "linkFrameworkDirectories" : [],
- "linkLibraries" :
- [
- "mingw32",
- "gcc",
- "moldname",
- "mingwex",
- "kernel32",
- "pthread",
- "advapi32",
- "shell32",
- "user32",
- "kernel32",
- "iconv",
- "mingw32",
- "gcc",
- "moldname",
- "mingwex",
- "kernel32"
- ]
- },
- "path" : "D:/Program Files/JetBrains/CLion 2023.1.4/bin/mingw/bin/gcc.exe",
- "version" : "11.2.0"
- },
- "language" : "C",
- "sourceFileExtensions" :
- [
- "c",
- "m"
- ]
- },
- {
- "compiler" :
- {
- "id" : "GNU",
- "implicit" :
- {
- "includeDirectories" :
- [
- "D:/Program Files/JetBrains/CLion 2023.1.4/bin/mingw/lib/gcc/x86_64-w64-mingw32/11.2.0/include/c++",
- "D:/Program Files/JetBrains/CLion 2023.1.4/bin/mingw/lib/gcc/x86_64-w64-mingw32/11.2.0/include/c++/x86_64-w64-mingw32",
- "D:/Program Files/JetBrains/CLion 2023.1.4/bin/mingw/lib/gcc/x86_64-w64-mingw32/11.2.0/include/c++/backward",
- "D:/Program Files/JetBrains/CLion 2023.1.4/bin/mingw/lib/gcc/x86_64-w64-mingw32/11.2.0/include",
- "D:/Program Files/JetBrains/CLion 2023.1.4/bin/mingw/include",
- "D:/Program Files/JetBrains/CLion 2023.1.4/bin/mingw/lib/gcc/x86_64-w64-mingw32/11.2.0/include-fixed",
- "D:/Program Files/JetBrains/CLion 2023.1.4/bin/mingw/x86_64-w64-mingw32/include"
- ],
- "linkDirectories" :
- [
- "D:/Program Files/JetBrains/CLion 2023.1.4/bin/mingw/lib/gcc/x86_64-w64-mingw32/11.2.0",
- "D:/Program Files/JetBrains/CLion 2023.1.4/bin/mingw/lib/gcc",
- "D:/Program Files/JetBrains/CLion 2023.1.4/bin/mingw/x86_64-w64-mingw32/lib",
- "D:/Program Files/JetBrains/CLion 2023.1.4/bin/mingw/lib"
- ],
- "linkFrameworkDirectories" : [],
- "linkLibraries" :
- [
- "stdc++",
- "mingw32",
- "gcc_s",
- "gcc",
- "moldname",
- "mingwex",
- "kernel32",
- "pthread",
- "advapi32",
- "shell32",
- "user32",
- "kernel32",
- "iconv",
- "mingw32",
- "gcc_s",
- "gcc",
- "moldname",
- "mingwex",
- "kernel32"
- ]
- },
- "path" : "D:/Program Files/JetBrains/CLion 2023.1.4/bin/mingw/bin/g++.exe",
- "version" : "11.2.0"
- },
- "language" : "CXX",
- "sourceFileExtensions" :
- [
- "C",
- "M",
- "c++",
- "cc",
- "cpp",
- "cxx",
- "mm",
- "mpp",
- "CPP",
- "ixx",
- "cppm"
- ]
- },
- {
- "compiler" :
- {
- "implicit" : {},
- "path" : "D:/Program Files/JetBrains/CLion 2023.1.4/bin/mingw/bin/windres.exe"
- },
- "language" : "RC",
- "sourceFileExtensions" :
- [
- "rc",
- "RC"
- ]
- }
- ],
- "version" :
- {
- "major" : 1,
- "minor" : 0
- }
- }
|