mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
update projects for rtmp renamed to protocol
This commit is contained in:
parent
711b6ca277
commit
d22e4e86d8
6 changed files with 14 additions and 10 deletions
|
@ -7,20 +7,20 @@ HEADERS += \
|
|||
../../src/core/*.hpp \
|
||||
../../src/kernel/*.hpp \
|
||||
../../src/app/*.hpp \
|
||||
../../src/rtmp/*.hpp
|
||||
../../src/protocol/*.hpp
|
||||
|
||||
SOURCES += \
|
||||
../../src/core/*.cpp \
|
||||
../../src/kernel/*.cpp \
|
||||
../../src/app/*.cpp \
|
||||
../../src/rtmp/*.cpp \
|
||||
../../src/protocol/*.cpp \
|
||||
../../src/main/*.cpp
|
||||
|
||||
INCLUDEPATH += \
|
||||
../../src/core \
|
||||
../../src/kernel \
|
||||
../../src/app \
|
||||
../../src/rtmp \
|
||||
../../src/protocol \
|
||||
../../objs \
|
||||
../../objs/st \
|
||||
../../objs/hp \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue