[CMAKE]
[reactos.git] / dll / win32 / xinput1_3 / CMakeLists.txt
1
2 add_definitions(-D__WINESRC__)
3 include_directories(${REACTOS_SOURCE_DIR}/include/reactos/wine)
4
5 spec2def(xinput1_3 ${CMAKE_CURRENT_SOURCE_DIR}/xinput1_3.spec ${CMAKE_CURRENT_BINARY_DIR}/xinput1_3.def)
6
7 add_library(xinput1_3 SHARED xinput1_3_main.c version.rc)
8
9 set_module_type(xinput1_3 win32dll)
10
11 target_link_libraries(xinput1_3
12 ${CMAKE_CURRENT_BINARY_DIR}/xinput1_3.def
13 wine)
14
15 add_importlibs(xinput1_3 msvcrt kernel32 ntdll)
16
17 add_dependencies(xinput1_3 xinput1_3_def)
18 add_cab_target(xinput1_3 1)