mirror of
https://github.com/reactos/reactos.git
synced 2024-11-09 16:20:37 +00:00
fec6076d61
* Sync with Wine 1.5.19. svn path=/trunk/; revision=57883
23 lines
532 B
CMake
23 lines
532 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})
|
|
target_link_libraries(gdiplus_winetest wine)
|
|
set_module_type(gdiplus_winetest win32cui)
|
|
add_importlibs(gdiplus_winetest gdiplus user32 gdi32 ole32 msvcrt kernel32 ntdll)
|
|
add_cd_file(TARGET gdiplus_winetest DESTINATION reactos/bin FOR all)
|