c64025c7166daf7626e8f250f1115f52c590b1b0
[reactos.git] / rostests / apitests / user32 / CMakeLists.txt
1
2 list(APPEND SOURCE
3 AttachThreadInput.c
4 helper.c
5 CreateIconFromResourceEx.c
6 DeferWindowPos.c
7 DestroyCursorIcon.c
8 DrawIconEx.c
9 desktop.c
10 EnumDisplaySettings.c
11 GetDCEx.c
12 GetIconInfo.c
13 GetKeyState.c
14 GetPeekMessage.c
15 GetSystemMetrics.c
16 GetUserObjectInformation.c
17 InitializeLpkHooks.c
18 LoadImage.c
19 LookupIconIdFromDirectoryEx.c
20 RealGetWindowClass.c
21 ScrollDC.c
22 ScrollWindowEx.c
23 SendMessageTimeout.c
24 SetActiveWindow.c
25 SetCursorPos.c
26 SetParent.c
27 SystemParametersInfo.c
28 TrackMouseEvent.c
29 WndProc.c
30 wsprintf.c
31 testlist.c
32 user32_apitest.rc)
33
34 add_executable(user32_apitest ${SOURCE})
35 target_link_libraries(user32_apitest wine ${PSEH_LIB})
36 set_module_type(user32_apitest win32cui)
37 add_importlibs(user32_apitest gdi32 user32 msvcrt kernel32 ntdll)
38 add_cd_file(TARGET user32_apitest DESTINATION reactos/bin FOR all)