mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 15:10:53 +00:00
2f49b8458c
* Sync with Wine 1.7.1. svn path=/trunk/; revision=60205
22 lines
481 B
CMake
22 lines
481 B
CMake
|
|
add_definitions(-D__ROS_LONG64__)
|
|
|
|
list(APPEND SOURCE
|
|
brush.c
|
|
customlinecap.c
|
|
font.c
|
|
graphics.c
|
|
graphicspath.c
|
|
image.c
|
|
matrix.c
|
|
metafile.c
|
|
pathiterator.c
|
|
pen.c
|
|
region.c
|
|
stringformat.c
|
|
testlist.c)
|
|
|
|
add_executable(gdiplus_winetest ${SOURCE})
|
|
set_module_type(gdiplus_winetest win32cui)
|
|
add_importlibs(gdiplus_winetest gdiplus user32 gdi32 ole32 msvcrt kernel32)
|
|
add_cd_file(TARGET gdiplus_winetest DESTINATION reactos/bin FOR all)
|