mirror of
https://github.com/reactos/reactos.git
synced 2024-10-31 03:48:17 +00:00
399aba1723
* Sync with Wine 1.7.1. CORE-7469 svn path=/trunk/; revision=60370
12 lines
313 B
CMake
12 lines
313 B
CMake
|
|
list(APPEND SOURCE
|
|
editor.c
|
|
richole.c
|
|
testlist.c
|
|
txtsrv.c)
|
|
|
|
add_executable(riched20_winetest ${SOURCE})
|
|
set_module_type(riched20_winetest win32cui)
|
|
add_importlibs(riched20_winetest ole32 oleaut32 user32 gdi32 msvcrt kernel32)
|
|
add_cd_file(TARGET riched20_winetest DESTINATION reactos/bin FOR all)
|