device/generic/goldfish-opengl/shared/OpenglCodecCommon/Makefile

14 lines
211 B
Makefile
Raw Permalink Normal View History

2025-08-25 08:28:21 +08:00
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)