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(xinput1_1.dll xinput1_1.spec)
|
|
|
|
|
|
|
|
list(APPEND SOURCE
|
|
|
|
xinput1_1_main.c
|
|
|
|
${CMAKE_CURRENT_BINARY_DIR}/xinput1_1.def)
|
|
|
|
|
2019-03-20 13:19:48 +00:00
|
|
|
add_library(xinput1_1 MODULE ${SOURCE} version.rc)
|
2011-05-16 13:12:07 +00:00
|
|
|
set_module_type(xinput1_1 win32dll)
|
2013-09-28 15:38:10 +00:00
|
|
|
add_importlibs(xinput1_1 xinput1_3 msvcrt kernel32)
|
2011-05-16 13:12:07 +00:00
|
|
|
add_cd_file(TARGET xinput1_1 DESTINATION reactos/system32 FOR all)
|