[CMAKE]
[reactos.git] / dll / win32 / xinput1_2 / CMakeLists.txt
1
2 add_definitions(-D__WINESRC__)
3 include_directories(${REACTOS_SOURCE_DIR}/include/reactos/wine)
4
5 spec2def(xinput1_2.dll xinput1_2.spec)
6
7 add_library(xinput1_2 SHARED xinput1_2_main.c version.rc ${CMAKE_CURRENT_BINARY_DIR}/xinput1_2.def)
8
9 add_importlibs(xinput1_2 kernel32)
10
11 set_module_type(xinput1_2 win32dll)
12
13 add_cab_target(xinput1_2 1)