From 4ae88bb7a4b83f998715a50aa2fcdad9dd2d4927 Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Thu, 14 Apr 2011 11:55:40 +0000 Subject: [PATCH] [CMAKE] - Reflect the recent user32_apitest changes. Please consider updating the cmake files when you alter the rbuild files in the future. svn path=/trunk/; revision=51336 --- rostests/apitests/user32/CMakeLists.txt | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/rostests/apitests/user32/CMakeLists.txt b/rostests/apitests/user32/CMakeLists.txt index 9fc9374db52..4be297e2f49 100644 --- a/rostests/apitests/user32/CMakeLists.txt +++ b/rostests/apitests/user32/CMakeLists.txt @@ -2,14 +2,16 @@ add_definitions(-D_DLL -D__USE_CRTIMP) list(APPEND SOURCE + DeferWindowPos.c + GetIconInfo.c + GetKeyState.c + GetPeekMessage.c + GetSystemMetrics.c InitializeLpkHooks.c RealGetWindowClass.c ScrollDC.c ScrollWindowEx.c - GetSystemMetrics.c - GetIconInfo.c - GetPeekMessage.c - DeferWindowPos.c + SetCursorPos.c testlist.c user32_apitest.rc)