1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00
This commit is contained in:
winlin 2021-08-17 07:24:20 +08:00
commit 7ae9c882b4
309 changed files with 14837 additions and 8525 deletions

View file

@ -45,6 +45,9 @@ GTEST_DIR = ${GTEST_DIR}
# Where to find user code.
USER_DIR = .
# C++ compiler
CXX = ${SRS_TOOL_CXX}
# Flags passed to the preprocessor.
CPPFLAGS += -I\$(GTEST_DIR)/include