Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] CMake plugins

Am Montag, 20. November 2017, 21:03:38 CET schrieb Doug Schaefer:
> BTW, I've just been using Google GSON to load up the compile_commands.json

The json de-serializer should not matter, its the content of the file that matters.

Look at this mess:

[
{
  "directory": "H:/develop/ccdl/runtime-core/build/Debug/include",
  "command": "C:\\MinGW\\bin\\gcc.exe -D_vrfy_hdrs_include_EXPORTS -fmessage-length=0  -pipe -Wall -W -Wpointer-arith -Wcast-align -Wfloat-equal -Wwrite-strings -Wno-unused-parameter -fstack-check -fno-stack-limit -fbounds-check -g   -o CMakeFiles\\.vrfy_hdrs-include.dir\\inc-ccd_generated_code_interface.c.obj -c H:\\develop\\ccdl\\runtime-core\\build\\Debug\\include\\inc-ccd_generated_code_interface.c",
  "file": "H:/develop/ccdl/runtime-core/build/Debug/include/inc-ccd_generated_code_interface.c"
},


-- 
Cd wrttn wtht vwls s mch trsr.




Back to the top