[CMAKE]
[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
5 spec2def(xinput9_1_0.dll xinput9_1_0.spec)
6
7 add_library(xinput9_1_0 SHARED xinput9_1_0_main.c version.rc ${CMAKE_CURRENT_BINARY_DIR}/xinput9_1_0.def)
8
9 add_importlibs(xinput9_1_0 kernel32)
10
11 set_module_type(xinput9_1_0 win32dll)
12
13 add_cab_target(xinput9_1_0 1)