mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 05:18:55 +00:00
37fdeb8a46
Add all winetests to bootcd, thanks to unix find :) svn path=/trunk/; revision=50228
25 lines
514 B
CMake
25 lines
514 B
CMake
|
|
add_definitions(
|
|
-D__ROS_LONG64__
|
|
-D_DLL -D__USE_CRTIMP)
|
|
|
|
list(APPEND SOURCE
|
|
brush.c
|
|
customlinecap.c
|
|
font.c
|
|
graphics.c
|
|
graphicspath.c
|
|
image.c
|
|
matrix.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_cab_target(gdiplus_winetest 7)
|