diff --git a/compile_commands.json b/compile_commands.json index a681b7c..e6b47f9 100644 --- a/compile_commands.json +++ b/compile_commands.json @@ -61,8 +61,8 @@ "obj/myapp.o", "src/myapp.cpp" ], -"directory": "/home/benn/devl/cpp/projects/NetBeans/nb_generic", -"file": "/home/benn/devl/cpp/projects/NetBeans/nb_generic/src/nb_generic.cpp", -"output": "/home/benn/devl/cpp/projects/NetBeans/nb_generic/obj/nb_generic.obj", +"directory": "/path/to/project", +"file": "/path/to/project/src/myapp.cpp", +"output": "/path/to/project/obj/myapp.obj", } ]