mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 21:34:00 +00:00
79247ad3aa
* Import from Wine 1.7.1. CORE-7469 svn path=/trunk/; revision=60438
5 lines
230 B
CMake
5 lines
230 B
CMake
|
|
add_executable(xinput1_3_winetest xinput.c testlist.c)
|
|
set_module_type(xinput1_3_winetest win32cui)
|
|
add_importlibs(xinput1_3_winetest user32 msvcrt kernel32)
|
|
add_cd_file(TARGET xinput1_3_winetest DESTINATION reactos/bin FOR all)
|