-
Notifications
You must be signed in to change notification settings - Fork 0
/
launch.vs.json
27 lines (27 loc) · 982 Bytes
/
launch.vs.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
{
"version": "0.2.1",
"defaults": {},
"configurations": [
{
"type": "default",
"project": "CMakeLists.txt",
"projectTarget": "",
"name": "enumbra",
"args": [ "-c C:/Repos/enumbra/examples/enumbra_config.json -s C:/Repos/enumbra/examples/enum.json --cppout C:/Repos/enumbra/examples/enumbra_test.hpp" ]
},
{
"type": "default",
"project": "CMakeLists.txt",
"projectTarget": "",
"name": "enumbra minimal",
"args": [ "-c C:/Repos/enumbra/examples/enumbra_config_minimal.json -s C:/Repos/enumbra/examples/enum_minimal.json --cppout C:/Repos/enumbra/examples/enumbra_minimal.hpp" ]
},
{
"type": "default",
"project": "CMakeLists.txt",
"projectTarget": "",
"name": "rsc",
"args": [ "-c C:/Repos/rsc/rsc/rsccorelib/include/rsc_enumbra_config.json -s C:/Repos/rsc/rsc/rsccorelib/include/rsc_enums.json --cppout C:/Repos/rsc/rsc/rsccorelib/include/rsc_enumbra.h" ]
}
]
}