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