Sync with trunk r58033.
[reactos.git] / dll / win32 / msimtf / CMakeLists.txt
1
2 add_definitions(-D__WINESRC__)
3 include_directories(${REACTOS_SOURCE_DIR}/include/reactos/wine)
4 spec2def(msimtf.dll msimtf.spec)
5
6 list(APPEND SOURCE
7 activeimmapp.c
8 main.c
9 rsrc.rc
10 ${CMAKE_CURRENT_BINARY_DIR}/msimtf_stubs.c
11 ${CMAKE_CURRENT_BINARY_DIR}/msimtf.def)
12
13 add_library(msimtf SHARED ${SOURCE})
14 set_module_type(msimtf win32dll)
15 target_link_libraries(msimtf uuid wine)
16 add_importlibs(msimtf msvcrt imm32 kernel32 ntdll)
17 add_cd_file(TARGET msimtf DESTINATION reactos/system32 FOR all)