Files
SDK_GD32W51x/device/generic/goldfish/opengl/shared/OpenglCodecCommon/Makefile
2023-06-04 14:36:45 +00:00

14 lines
211 B
Makefile

ROOT=../..
include $(ROOT)/make/commondefs
CXXFILES = TcpStream.cpp GLClientState.cpp glUtils.cpp
CXXINCS += -I$(ROOT)/libs/GLESv1 -I$(ROOT)/include
LIBRARY_NAME = libcodecCommon.a
include $(COMMONRULES)