10 lines
204 B
JSON
10 lines
204 B
JSON
{
|
|
"cmake.generator": "Unix Makefiles",
|
|
"cmake.configureArgs": [
|
|
"-DIBM=ON"
|
|
],
|
|
"C_Cpp.default.configurationProvider": "ms-vscode.cmake-tools",
|
|
"files.associations": {
|
|
"cmath": "cpp"
|
|
}
|
|
} |