mirror of
https://github.com/reactos/reactos.git
synced 2025-01-08 23:31:53 +00:00
192afa3ac1
* Import from Wine 1.5.26. svn path=/trunk/; revision=58769
15 lines
400 B
CMake
15 lines
400 B
CMake
|
|
add_definitions(-D__ROS_LONG64__)
|
|
|
|
add_executable(dinput_winetest
|
|
device.c
|
|
dinput.c
|
|
joystick.c
|
|
keyboard.c
|
|
mouse.c
|
|
testlist.c)
|
|
|
|
target_link_libraries(dinput_winetest wine dinput_data_formats)
|
|
set_module_type(dinput_winetest win32cui)
|
|
add_importlibs(dinput_winetest dinput ole32 user32 msvcrt kernel32 ntdll)
|
|
add_cd_file(TARGET dinput_winetest DESTINATION reactos/bin FOR all)
|