projects
/
reactos.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[WIN32K]
[reactos.git]
/
rostests
/
winetests
/
user32
/
CMakeLists.txt
1
2
list(APPEND SOURCE
3
broadcast.c
4
class.c
5
clipboard.c
6
combo.c
7
cursoricon.c
8
dce.c
9
dde.c
10
dialog.c
11
edit.c
12
generated.c
13
input.c
14
listbox.c
15
menu.c
16
monitor.c
17
msg.c
18
resource.c
19
scroll.c
20
static.c
21
sysparams.c
22
text.c
23
uitools.c
24
win.c
25
winstation.c
26
wsprintf.c
27
testlist.c)
28
29
add_executable(user32_winetest ${SOURCE} resource.rc)
30
set_module_type(user32_winetest win32cui)
31
add_importlibs(user32_winetest user32 gdi32 advapi32 msvcrt kernel32)
32
add_cd_file(TARGET user32_winetest DESTINATION reactos/bin FOR all)