repo.or.cz
/
xbmc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
VTB: release CVBuffer after it actually has been rendered
[xbmc.git]
/
xbmc
/
network
/
websocket
/
CMakeLists.txt
blob
13011bc2852ed3ddcdcf7a82fa2baaca71593879
1
set(SOURCES WebSocket.cpp
2
WebSocketManager.cpp
3
WebSocketV13.cpp
4
WebSocketV8.cpp)
5
6
set(HEADERS sha1.hpp
7
WebSocket.h
8
WebSocketManager.h
9
WebSocketV13.h
10
WebSocketV8.h)
11
12
core_add_library(network_websockets)