mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 22:00:55 +00:00
8c161e0124
* Import from Wine 1.7.1. CORE-7469 svn path=/trunk/; revision=60277
5 lines
200 B
CMake
5 lines
200 B
CMake
|
|
add_executable(mpr_winetest mpr.c testlist.c)
|
|
set_module_type(mpr_winetest win32cui)
|
|
add_importlibs(mpr_winetest mpr msvcrt kernel32)
|
|
add_cd_file(TARGET mpr_winetest DESTINATION reactos/bin FOR all)
|