-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcompile_commands.json
26 lines (26 loc) · 1.54 KB
/
compile_commands.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
[
{
"directory": "./build",
"command": "C:\\msys64\\mingw64\\bin\\cc.exe @CMakeFiles/window_manager.dir/includes_C.rsp -o CMakeFiles\\window_manager.dir\\src\\window_manager.c.obj -c C:\\Users\\Reid\\ownCloud\\Personal\\Documents\\Hotkeys\\window_tools\\src\\window_manager.c",
"file": "./src/window_manager.c",
"output": "CMakeFiles/window_manager.dir/src/window_manager.c.obj"
},
{
"directory": "./build",
"command": "C:\\msys64\\mingw64\\bin\\cc.exe @CMakeFiles/window_manager.dir/includes_C.rsp -o CMakeFiles\\window_manager.dir\\src\\utils.c.obj -c C:\\Users\\Reid\\ownCloud\\Personal\\Documents\\Hotkeys\\window_tools\\src\\utils.c",
"file": "./src/utils.c",
"output": "CMakeFiles/window_manager.dir/src/utils.c.obj"
},
{
"directory": "./build",
"command": "C:\\msys64\\mingw64\\bin\\cc.exe @CMakeFiles/kanata_helper_daemon.dir/includes_C.rsp -o CMakeFiles\\kanata_helper_daemon.dir\\src\\kanata_helper_daemon.c.obj -c C:\\Users\\Reid\\ownCloud\\Personal\\Documents\\Hotkeys\\window_tools\\src\\kanata_helper_daemon.c",
"file": "./src/kanata_helper_daemon.c",
"output": "CMakeFiles/kanata_helper_daemon.dir/src/kanata_helper_daemon.c.obj"
},
{
"directory": "./build",
"command": "C:\\msys64\\mingw64\\bin\\cc.exe @CMakeFiles/kanata_helper_daemon.dir/includes_C.rsp -o CMakeFiles\\kanata_helper_daemon.dir\\src\\utils.c.obj -c C:\\Users\\Reid\\ownCloud\\Personal\\Documents\\Hotkeys\\window_tools\\src\\utils.c",
"file": "./src/utils.c",
"output": "CMakeFiles/kanata_helper_daemon.dir/src/utils.c.obj"
}
]