mirror of
https://github.com/IRBorisov/ConceptCore.git
synced 2025-06-26 09:10:37 +03:00
26 lines
558 B
JSON
26 lines
558 B
JSON
{
|
|
"cSpell.words": [
|
|
"coredll",
|
|
"DCMAKE",
|
|
"debool",
|
|
"Decartian",
|
|
"defexpr",
|
|
"gtest",
|
|
"MSVC",
|
|
"nlohmann",
|
|
"noteq",
|
|
"notsubset",
|
|
"pybind",
|
|
"pyconcept",
|
|
"rslang",
|
|
"symmdiff"
|
|
],
|
|
"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"
|
|
}
|