mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 15:10:53 +00:00
7e91fba005
* Speedup build. svn path=/trunk/; revision=60447
13 lines
354 B
CMake
13 lines
354 B
CMake
|
|
add_executable(dinput_winetest
|
|
device.c
|
|
dinput.c
|
|
joystick.c
|
|
keyboard.c
|
|
mouse.c
|
|
testlist.c)
|
|
|
|
target_link_libraries(dinput_winetest dinput_data_formats)
|
|
set_module_type(dinput_winetest win32cui)
|
|
add_importlibs(dinput_winetest dinput ole32 user32 msvcrt kernel32)
|
|
add_cd_file(TARGET dinput_winetest DESTINATION reactos/bin FOR all)
|