* Sync to trunk r63845.
[reactos.git] / dll / win32 / xinput9_1_0 / CMakeLists.txt
1
2 add_definitions(-D__WINESRC__)
3 include_directories(${REACTOS_SOURCE_DIR}/include/reactos/wine)
4 spec2def(xinput9_1_0.dll xinput9_1_0.spec)
5
6 list(APPEND SOURCE
7 xinput9_1_0_main.c
8 ${CMAKE_CURRENT_BINARY_DIR}/xinput9_1_0.def)
9
10 add_library(xinput9_1_0 SHARED ${SOURCE} version.rc)
11 set_module_type(xinput9_1_0 win32dll)
12 add_importlibs(xinput9_1_0 msvcrt kernel32 xinput1_3)
13 add_cd_file(TARGET xinput9_1_0 DESTINATION reactos/system32 FOR all)