Skip to content

Instantly share code, notes, and snippets.

@ark-tik
Created July 19, 2022 16:07
Show Gist options
  • Save ark-tik/39195751a9dcd6c35ed509fedec17436 to your computer and use it in GitHub Desktop.
Save ark-tik/39195751a9dcd6c35ed509fedec17436 to your computer and use it in GitHub Desktop.
CXXFLAGS += -I../ $(shell pkg-config --cflags pugixml) $(shell pkg-config --cflags libzstd) -I$(PROTO_DIR) -fPIC
LDFLAGS += -shared -lz $(shell pkg-config --libs-only-L pugixml) $(shell pkg-config --libs-only-L libzstd) -lpugixml -lyaml-cpp -L../../ -lProtocols -lprotobuf -lENIGMAShared -lpng $(FS_LIBS)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment