Author: akhaldi
Date: Thu Apr 14 11:55:40 2011
New Revision: 51336

URL: http://svn.reactos.org/svn/reactos?rev=51336&view=rev
Log:
[CMAKE]
- Reflect the recent user32_apitest changes. Please consider updating the cmake 
files when you alter the rbuild files in the future.

Modified:
    trunk/rostests/apitests/user32/CMakeLists.txt

Modified: trunk/rostests/apitests/user32/CMakeLists.txt
URL: 
http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/user32/CMakeLists.txt?rev=51336&r1=51335&r2=51336&view=diff
==============================================================================
--- trunk/rostests/apitests/user32/CMakeLists.txt [iso-8859-1] (original)
+++ trunk/rostests/apitests/user32/CMakeLists.txt [iso-8859-1] Thu Apr 14 
11:55:40 2011
@@ -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)
 


Reply via email to