reactos/rostests/apitests/user32/CMakeLists.txt
Thomas Faber ca8fcf5402 [USER32_APITEST]
- Add a test for the bug in win32k highlighted by the recent ATL breakage
CORE-10413

svn path=/trunk/; revision=69707
2015-10-26 12:03:09 +00:00

46 lines
1 KiB
CMake

list(APPEND SOURCE
AttachThreadInput.c
helper.c
CreateDialog.c
CreateIconFromResourceEx.c
CreateWindowEx.c
DeferWindowPos.c
DestroyCursorIcon.c
DrawIconEx.c
desktop.c
DestroyWindow.c
EnumDisplaySettings.c
GetDCEx.c
GetIconInfo.c
GetKeyState.c
GetPeekMessage.c
GetSystemMetrics.c
GetUserObjectInformation.c
GetWindowPlacement.c
InitializeLpkHooks.c
LoadImage.c
LookupIconIdFromDirectoryEx.c
RealGetWindowClass.c
RegisterHotKey.c
ScrollDC.c
ScrollWindowEx.c
SendMessageTimeout.c
SetActiveWindow.c
SetCursorPos.c
SetParent.c
SetProp.c
SetScrollInfo.c
SystemParametersInfo.c
TrackMouseEvent.c
WndProc.c
wsprintf.c
testlist.c
user32_apitest.rc)
add_executable(user32_apitest ${SOURCE})
target_link_libraries(user32_apitest wine ${PSEH_LIB})
set_module_type(user32_apitest win32cui)
add_importlibs(user32_apitest gdi32 user32 msvcrt kernel32 ntdll)
add_cd_file(TARGET user32_apitest DESTINATION reactos/bin FOR all)