mirror of
https://github.com/reactos/reactos.git
synced 2025-01-09 15:51:16 +00:00
16 lines
400 B
Text
16 lines
400 B
Text
|
|
||
|
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)
|