mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +00:00
22 lines
529 B
CMake
22 lines
529 B
CMake
|
|
add_definitions(-D__ROS_LONG64__)
|
|
|
|
list(APPEND SOURCE
|
|
bitmap.c
|
|
bmpformat.c
|
|
converter.c
|
|
gifformat.c
|
|
icoformat.c
|
|
info.c
|
|
metadata.c
|
|
palette.c
|
|
pngformat.c
|
|
propertybag.c
|
|
stream.c
|
|
testlist.c
|
|
tiffformat.c)
|
|
|
|
add_executable(windowscodecs_winetest ${SOURCE})
|
|
set_module_type(windowscodecs_winetest win32cui)
|
|
add_importlibs(windowscodecs_winetest windowscodecs oleaut32 ole32 user32 gdi32 msvcrt kernel32 ntdll)
|
|
add_cd_file(TARGET windowscodecs_winetest DESTINATION reactos/bin FOR all)
|