mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2025-08-16 08:06:19 +00:00
10 lines
179 B
Makefile
10 lines
179 B
Makefile
LIBGS_C_DIR := libgamestream
|
|
|
|
LIBGS_C_SOURCE := \
|
|
$(LIBGS_C_DIR)/http.c \
|
|
$(LIBGS_C_DIR)/mkcert.c \
|
|
$(LIBGS_C_DIR)/pairing.c \
|
|
|
|
LIBGS_C_INCLUDE := \
|
|
$(LIBGS_C_DIR) \
|