[CMAKE]
[reactos.git] / dll / win32 / xinput1_1 / CMakeLists.txt
1
2 add_definitions(-D__WINESRC__)
3 include_directories(${REACTOS_SOURCE_DIR}/include/reactos/wine)
4
5 add_library(xinput1_1 SHARED xinput1_1_main.c version.rc xinput1_1.def)
6
7 if(NOT MSVC)
8 set_source_files_properties(xinput1_1.def PROPERTIES EXTERNAL_OBJECT TRUE)
9 endif()
10
11 set_module_type(xinput1_1 win32dll)
12
13 add_importlibs(xinput1_1 kernel32)
14
15 add_cab_target(xinput1_1 1)