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
[WASAPI] fix stream types and frequencies enumeration
[xbmc.git]
/
xbmc
/
threads
/
CMakeLists.txt
blob
02e201672e8c38e1716defbff0cc540a3b0a1603
1
set(SOURCES Event.cpp
2
Thread.cpp
3
Timer.cpp)
4
5
set(HEADERS Condition.h
6
CriticalSection.h
7
Event.h
8
Lockables.h
9
SharedSection.h
10
SingleLock.h
11
SystemClock.h
12
Thread.h
13
Timer.h
14
IThreadImpl.h
15
IRunnable.h)
16
17
core_add_library(threads)