mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 21:34:00 +00:00
7fac314212
* Import from Wine 1.7.27. CORE-8540 svn path=/trunk/; revision=64463
6 lines
256 B
CMake
6 lines
256 B
CMake
|
|
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)
|