mirror of
https://github.com/reactos/reactos.git
synced 2024-11-06 06:33:08 +00:00
7 lines
256 B
Text
7 lines
256 B
Text
|
|
||
|
add_definitions(-DUSE_WINE_TODOS)
|
||
|
add_executable(msrle32_winetest msrle.c testlist.c)
|
||
|
set_module_type(msrle32_winetest win32cui)
|
||
|
add_importlibs(msrle32_winetest msvfw32 msvcrt kernel32)
|
||
|
add_cd_file(TARGET msrle32_winetest DESTINATION reactos/bin FOR all)
|