[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 add_library(xinput9_1_0 SHARED xinput9_1_0_main.c version.rc xinput9_1_0.def)
6
7 if(NOT MSVC)
8 set_source_files_properties(xinput9_1_0.def PROPERTIES EXTERNAL_OBJECT TRUE)
9 endif()
10
11 add_importlibs(xinput9_1_0 kernel32)
12
13 set_module_type(xinput9_1_0 win32dll)
14
15 add_cab_target(xinput9_1_0 1)