2024-04-15 22:16:14 +03:00
|
|
|
{
|
|
|
|
"cSpell.words": [
|
2024-04-16 20:00:25 +03:00
|
|
|
"coredll",
|
2024-04-15 22:16:14 +03:00
|
|
|
"DCMAKE",
|
|
|
|
"debool",
|
|
|
|
"Decartian",
|
|
|
|
"defexpr",
|
|
|
|
"gtest",
|
|
|
|
"MSVC",
|
|
|
|
"nlohmann",
|
|
|
|
"noteq",
|
|
|
|
"notsubset",
|
|
|
|
"pybind",
|
|
|
|
"pyconcept",
|
|
|
|
"rslang",
|
|
|
|
"symmdiff"
|
2024-04-16 20:00:25 +03:00
|
|
|
],
|
|
|
|
"cmake.configureOnEdit": false,
|
|
|
|
"cmake.configureOnOpen": false,
|
|
|
|
"cmake.sourceDirectory": "${workspaceFolder}/ccl",
|
|
|
|
"cmake.configureArgs": ["--preset=conan-default"],
|
|
|
|
"cmake.buildArgs": ["--preset=conan-release"],
|
|
|
|
"cmake.ctestArgs": ["--test-dir build", "--output-on-failure"],
|
|
|
|
"cmake.installPrefix": "output"
|
2024-04-15 22:16:14 +03:00
|
|
|
}
|