mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-08-20 09:57:09 +00:00
12 lines
292 B
JSON
12 lines
292 B
JSON
{
|
|
"cmake.configureArgs": [
|
|
"-DCMAKE_TOOLCHAIN_FILE=${workspaceFolder}/cmake/LinuxCrosscompile.cmake"
|
|
],
|
|
"cmake.configureEnvironment": {
|
|
"CC": "cl",
|
|
"CXX": "cl"
|
|
},
|
|
"cmake.generator": "Ninja",
|
|
"cmake.buildDirectory": "${workspaceFolder}/build"
|
|
}
|