2011-05-16 13:12:07 +00:00
|
|
|
|
|
|
|
add_definitions(-D__WINESRC__)
|
2016-04-20 12:36:25 +00:00
|
|
|
include_directories(${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine)
|
2011-05-16 13:12:07 +00:00
|
|
|
spec2def(xinput9_1_0.dll xinput9_1_0.spec)
|
|
|
|
|
|
|
|
list(APPEND SOURCE
|
|
|
|
xinput9_1_0_main.c
|
|
|
|
${CMAKE_CURRENT_BINARY_DIR}/xinput9_1_0.def)
|
|
|
|
|
2019-03-20 13:19:48 +00:00
|
|
|
add_library(xinput9_1_0 MODULE ${SOURCE} version.rc)
|
2011-05-16 13:12:07 +00:00
|
|
|
set_module_type(xinput9_1_0 win32dll)
|
|
|
|
add_importlibs(xinput9_1_0 msvcrt kernel32 xinput1_3)
|
|
|
|
add_cd_file(TARGET xinput9_1_0 DESTINATION reactos/system32 FOR all)
|