From f4bc8a0c1efe5af001a41e2548a08335b5c3caa1 Mon Sep 17 00:00:00 2001 From: Roel Messiant Date: Wed, 12 Jan 2011 23:20:02 +0000 Subject: [PATCH] [CMAKE] - Add tests for CombineTransform and MaskBlt, part 2. Build is happy again. svn path=/trunk/; revision=50379 --- rostests/apitests/gdi32/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rostests/apitests/gdi32/CMakeLists.txt b/rostests/apitests/gdi32/CMakeLists.txt index fdc86801f8e..0a41c321701 100644 --- a/rostests/apitests/gdi32/CMakeLists.txt +++ b/rostests/apitests/gdi32/CMakeLists.txt @@ -5,6 +5,7 @@ list(APPEND SOURCE AddFontResource.c AddFontResourceEx.c BeginPath.c + CombineTransform.c CreateBitmapIndirect.c CreateCompatibleDC.c CreateFont.c @@ -35,6 +36,7 @@ list(APPEND SOURCE GetStockObject.c GetTextExtentExPoint.c GetTextFace.c + MaskBlt.c SelectObject.c SetDCPenColor.c SetMapMode.c