mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 12:53:33 +00:00
6 lines
230 B
CMake
6 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)
|