mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 21:34:00 +00:00
ecced5a6cb
- Do not suppress nonexistent warnings svn path=/trunk/; revision=61302
32 lines
589 B
CMake
32 lines
589 B
CMake
|
|
list(APPEND SOURCE
|
|
broadcast.c
|
|
class.c
|
|
clipboard.c
|
|
combo.c
|
|
cursoricon.c
|
|
dce.c
|
|
dde.c
|
|
dialog.c
|
|
edit.c
|
|
generated.c
|
|
input.c
|
|
listbox.c
|
|
menu.c
|
|
monitor.c
|
|
msg.c
|
|
resource.c
|
|
scroll.c
|
|
static.c
|
|
sysparams.c
|
|
text.c
|
|
uitools.c
|
|
win.c
|
|
winstation.c
|
|
wsprintf.c
|
|
testlist.c)
|
|
|
|
add_executable(user32_winetest ${SOURCE} resource.rc)
|
|
set_module_type(user32_winetest win32cui)
|
|
add_importlibs(user32_winetest user32 gdi32 advapi32 msvcrt kernel32)
|
|
add_cd_file(TARGET user32_winetest DESTINATION reactos/bin FOR all)
|