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