Author: rmessiant Date: Wed Jan 12 23:20:02 2011 New Revision: 50379
URL: http://svn.reactos.org/svn/reactos?rev=50379&view=rev Log: [CMAKE] - Add tests for CombineTransform and MaskBlt, part 2. Build is happy again.
Modified: trunk/rostests/apitests/gdi32/CMakeLists.txt
Modified: trunk/rostests/apitests/gdi32/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/gdi32/CMakeLists.... ============================================================================== --- trunk/rostests/apitests/gdi32/CMakeLists.txt [iso-8859-1] (original) +++ trunk/rostests/apitests/gdi32/CMakeLists.txt [iso-8859-1] Wed Jan 12 23:20:02 2011 @@ -5,6 +5,7 @@ AddFontResource.c AddFontResourceEx.c BeginPath.c + CombineTransform.c CreateBitmapIndirect.c CreateCompatibleDC.c CreateFont.c @@ -35,6 +36,7 @@ GetStockObject.c GetTextExtentExPoint.c GetTextFace.c + MaskBlt.c SelectObject.c SetDCPenColor.c SetMapMode.c