- Fix xinput msvc build
[reactos.git] / dll / win32 / xinput1_1 / CMakeLists.txt
1
2 add_definitions(-D__WINESRC__)
3 include_directories(${REACTOS_SOURCE_DIR}/include/reactos/wine)
4
5 spec2def(xinput1_1.dll xinput1_1.spec)
6
7 list(APPEND SOURCE
8 xinput1_1_main.c
9 version.rc
10 ${CMAKE_CURRENT_BINARY_DIR}/xinput1_1.def)
11
12 add_library(xinput1_1 SHARED ${SOURCE})
13
14 set_module_type(xinput1_1 win32dll)
15 add_importlibs(xinput1_1 msvcrt kernel32 xinput1_3)
16 add_cab_target(xinput1_1 1)