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 have a project that links to bunch of *.h files outside the scope of it's source code. For example C:\MyThirdPartyTool\SDK_Source\. The project compiles fine as I have this path included in the project configuration. But when I export the compilation commands json file, I don't see and commands referring to my third-part tool, such as -IC:\MyThirdPartyTool\SDK_Source\ etc.
The text was updated successfully, but these errors were encountered:
I'm glad you found a way to solve the issue. We do support picking up flags from the solution configuration. If you could provide us with the section of the solution configuration where the flags are specified, it would be helpful.
I have a project that links to bunch of
*.h
files outside the scope of it's source code. For exampleC:\MyThirdPartyTool\SDK_Source\
. The project compiles fine as I have this path included in the project configuration. But when I export the compilation commands json file, I don't see and commands referring to my third-part tool, such as-IC:\MyThirdPartyTool\SDK_Source\
etc.The text was updated successfully, but these errors were encountered: