git://git.webkit.org
/
WebKit-https.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
8834d252f4c049c9ddfb335688484293845109aa
[WebKit-https.git]
/
Source
/
WTF
/
wtf
/
PlatformWin.cmake
1
list(APPEND WTF_SOURCES
2
threads/win/BinarySemaphoreWin.cpp
3
4
win/MainThreadWin.cpp
5
win/RunLoopWin.cpp
6
)
7
8
if (WINCE)
9
list(APPEND WTF_LIBRARIES
10
mmtimer
11
)
12
else ()
13
list(APPEND WTF_LIBRARIES
14
winmm
15
)
16
endif ()