Created
July 19, 2022 16:07
-
-
Save ark-tik/39195751a9dcd6c35ed509fedec17436 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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