reactos/rostests/apitests/user32/CMakeLists.txt
Giannis Adamopoulos 933cb2d66d [user32_apitest]
- Add support for logging messages in different threads
- Add several tests for AttachThreadInput

svn path=/trunk/; revision=57074
2012-08-13 18:04:04 +00:00

29 lines
686 B
CMake

list(APPEND SOURCE
AttachThreadInput.c
helper.c
DeferWindowPos.c
desktop.c
GetIconInfo.c
GetKeyState.c
GetPeekMessage.c
GetSystemMetrics.c
InitializeLpkHooks.c
RealGetWindowClass.c
ScrollDC.c
ScrollWindowEx.c
SetActiveWindow.c
SetCursorPos.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)