[THEMES]
[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 GetIconInfo.c
12 GetKeyState.c
13 GetPeekMessage.c
14 GetSystemMetrics.c
15 InitializeLpkHooks.c
16 LoadImage.c
17 LookupIconIdFromDirectoryEx.c
18 RealGetWindowClass.c
19 ScrollDC.c
20 ScrollWindowEx.c
21 SetActiveWindow.c
22 SetCursorPos.c
23 SystemParametersInfo.c
24 TrackMouseEvent.c
25 WndProc.c
26 wsprintf.c
27 testlist.c
28 user32_apitest.rc)
29
30 add_executable(user32_apitest ${SOURCE})
31 target_link_libraries(user32_apitest wine ${PSEH_LIB})
32 set_module_type(user32_apitest win32cui)
33 add_importlibs(user32_apitest gdi32 user32 msvcrt kernel32 ntdll)
34 add_cd_file(TARGET user32_apitest DESTINATION reactos/bin FOR all)