forked from frePPLe/frepple
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CMakeSettings.json
42 lines (42 loc) · 1.21 KB
/
CMakeSettings.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"configurations": [
{
"name": "x64-Debug",
"generator": "Visual Studio 16 2019 Win64",
"configurationType": "Debug",
"inheritEnvironments": ["msvc_x64_x64"],
"buildRoot": "${projectDir}\\build\\${name}",
"installRoot": "${projectDir}\\bin",
"cmakeCommandArgs": "",
"buildCommandArgs": "",
"ctestCommandArgs": "",
"variables": [],
"environments": [
{
"FREPPLE_PLANTYPE": 1,
"FREPPLE_CONSTRAINT": "capa,mfg_lt,po_lt",
"FREPPLE_DATABASE": "default",
"PYTHONPATH=": "${projectDir}",
"DJANGO_SETTINGS_MODULE": "freppledb.settings",
"SUPPLY": 1,
"FCST": 1,
"INVPLAN": 1,
"FREPPLE_LOGFILE": "frepple.log",
"xVIRTUAL_ENV": "${projectDir}\\venv"
}
]
},
{
"name": "x64-Release",
"generator": "Visual Studio 16 2019 Win64",
"configurationType": "Release",
"buildRoot": "${projectDir}\\build\\${name}",
"installRoot": "${projectDir}\\bin",
"cmakeCommandArgs": "",
"buildCommandArgs": "",
"ctestCommandArgs": "",
"inheritEnvironments": ["msvc_x64_x64"],
"variables": []
}
]
}