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
{{ message }}
This repository has been archived by the owner on Jul 23, 2022. It is now read-only.
Looking at an example on Linux that uses pkg-config. The command line is:
gcc -std=c99 -Wall -Werror -o Release/cefcapi-gtk3 -I. -I.. -Wl,-rpath,. -L./Release examples/main_linux.c -lX11 -lcef
pkg-config --libs --cflags gtk+-3.0
We need to expand what pkg-config returns before putting it in the compile_commands.json file. (Or do we? Make sure this works anyway).
An easy way to do that is to stick 'echo ' in front of it and send it to the shell for execution.
The text was updated successfully, but these errors were encountered: