aboutsummaryrefslogtreecommitdiff
path: root/ports/live555/mediaServer.txt
blob: 1337b820452fb57d40e9a2799b0b548de82f1ee7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# CMakeLists.txt mediaServer directory

# headers
SET(MEDIA_SERVER_HDRS
DynamicRTSPServer.hh
)

# source files for mediaServer
SET(MEDIA_SERVER_SRCS 
DynamicRTSPServer.cpp
live555MediaServer.cpp
)

ADD_EXECUTABLE(mediaServer ${MEDIA_SERVER_HDRS} ${MEDIA_SERVER_SRCS})
TARGET_LINK_LIBRARIES(
mediaServer
BasicUsageEnvironment
groupsock
liveMedia
UsageEnvironment
ws2_32
winmm
)