reactos/rostests/winetests/msrle32/CMakeLists.txt

7 lines
256 B
CMake
Raw Normal View History

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)