reactos/rostests/winetests/user32/CMakeLists.txt
Sylvain Petreolle dd21fa115a [ROSTESTS]
Handle generated tests on all architectures.
Update i386 files.

The kernel32 generated remains disabled,
Wine's definition of COMMCONFIG differs from our/MSDN definition.
Commented out nonexisting LPEXCEPTION_RECORD.

svn path=/trunk/; revision=70802
2016-02-28 20:56:00 +00:00

34 lines
657 B
CMake

list(APPEND SOURCE
broadcast.c
class.c
clipboard.c
combo.c
cursoricon.c
dce.c
dde.c
dialog.c
edit.c
generated_${ARCH}.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)
# some tests need to be run from an app compiled as GUI
set_module_type(user32_winetest win32gui)
add_importlibs(user32_winetest user32 gdi32 advapi32 msvcrt kernel32)
add_cd_file(TARGET user32_winetest DESTINATION reactos/bin FOR all)