Files
create/CMakeSettings.json
MisterMakerNL 7d8d6417c7 fix for lag
2024-06-16 22:18:20 -05:00

22 lines
579 B
JSON

{
"configurations": [
{
"name": "x64-release",
"generator": "Ninja",
"configurationType": "Release",
"inheritEnvironments": [ "msvc_x64_x64" ],
"buildRoot": "C:\\github repros\\out\\freecadbuild\\${name}",
"installRoot": "C:\\github repros\\out\\freecadinstall\\${name}",
"cmakeCommandArgs": "",
"buildCommandArgs": "",
"ctestCommandArgs": "",
"variables": [
{
"name": "FREECAD_LIBPACK_DIR",
"value": "C:/freecad_libs/LibPack",
"type": "PATH"
}
]
}
]
}