mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 13:25:57 +00:00
575664c6f0
* Sync with Wine 1.7.1. CORE-7469 svn path=/trunk/; revision=60295
5 lines
208 B
CMake
5 lines
208 B
CMake
|
|
add_executable(mscms_winetest profile.c testlist.c)
|
|
set_module_type(mscms_winetest win32cui)
|
|
add_importlibs(mscms_winetest msvcrt kernel32)
|
|
add_cd_file(TARGET mscms_winetest DESTINATION reactos/bin FOR all)
|