Skip to content

Instantly share code, notes, and snippets.

@BillKek
Last active September 16, 2022 20:22
Show Gist options
  • Save BillKek/9bc94203fe2f2dbeb8bf22d238df9890 to your computer and use it in GitHub Desktop.
Save BillKek/9bc94203fe2f2dbeb8bf22d238df9890 to your computer and use it in GitHub Desktop.
codelite with pkg-config

Add environment text is PKGS=--static freeglut glfw3 or PKGS=--static sdl2

Add into gcc-flags $(shell pkg-config --cflags $(PKGS))

and link options with $(shell pkg-config --libs $(PKGS))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment