mirror of
https://github.com/reactos/reactos.git
synced 2024-11-09 08:08:38 +00:00
f46ef6afa2
* Sync with Wine 1.7.1. CORE-7469 svn path=/trunk/; revision=60268
11 lines
282 B
CMake
11 lines
282 B
CMake
|
|
list(APPEND SOURCE
|
|
imalloc.c
|
|
prop.c
|
|
util.c
|
|
testlist.c)
|
|
|
|
add_executable(mapi32_winetest ${SOURCE})
|
|
set_module_type(mapi32_winetest win32cui)
|
|
add_importlibs(mapi32_winetest advapi32 msvcrt kernel32)
|
|
add_cd_file(TARGET mapi32_winetest DESTINATION reactos/bin FOR all)
|