reactos/rostests/apitests/user32/CMakeLists.txt
Timo Kreuzer 54010b7e9e [USER32_APITEST]
Add a cursor and an icon and use those instead of system cursor. Fixes tests on Windows.

svn path=/trunk/; revision=50965
2011-03-03 21:49:44 +00:00

20 lines
471 B
CMake

add_definitions(-D_DLL -D__USE_CRTIMP)
list(APPEND SOURCE
InitializeLpkHooks.c
RealGetWindowClass.c
ScrollDC.c
ScrollWindowEx.c
GetSystemMetrics.c
GetIconInfo.c
GetPeekMessage.c
testlist.c
user32_apitest.rc)
add_executable(user32_apitest ${SOURCE})
target_link_libraries(user32_apitest wine)
set_module_type(user32_apitest win32cui)
add_importlibs(user32_apitest gdi32 user32 msvcrt kernel32 ntdll)
add_cab_target(user32_apitest 7)