[WASAPI] fix stream types and frequencies enumeration
[xbmc.git] / xbmc / threads / CMakeLists.txt
blob02e201672e8c38e1716defbff0cc540a3b0a1603
1 set(SOURCES Event.cpp
2             Thread.cpp
3             Timer.cpp)
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)
17 core_add_library(threads)