1
0
Fork 0
mirror of https://github.com/dragonflydb/dragonfly.git synced 2024-12-14 11:58:02 +00:00
dragonflydb-dragonfly/.devcontainer/ubuntu20/cmake-tools-kits.json

11 lines
133 B
JSON
Raw Normal View History

[
{
"name": "GCC x86_64-linux-gnu",
"compilers": {
"C": "gcc",
"CXX": "g++"
},
"isTrusted": true
}
]