You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using CMake -DCMAKE_EXPORT_COMPILE_COMMANDS=ON to generate a compile_commands.json for my project. Irony works well for .cpp files but not for .h files. It seems that CMake doesn't include header files in the compile_commands.json file, but I'm still asking here in case that there is a workaround.
The text was updated successfully, but these errors were encountered:
I'm using CMake -DCMAKE_EXPORT_COMPILE_COMMANDS=ON to generate a compile_commands.json for my project. Irony works well for .cpp files but not for .h files. It seems that CMake doesn't include header files in the compile_commands.json file, but I'm still asking here in case that there is a workaround.
The text was updated successfully, but these errors were encountered: