mirror of
https://github.com/reactos/reactos.git
synced 2024-11-05 22:26:39 +00:00
2923228336
- Start working on rostests cmake integration. svn path=/trunk/; revision=49966
23 lines
479 B
CMake
23 lines
479 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)
|