Synchronize with trunk revision 59636 (just before Alex's CreateProcess revamp).
[reactos.git] / dll / win32 / msgsm32.acm / CMakeLists.txt
1
2 add_definitions(-D__WINESRC__)
3 include_directories(${REACTOS_SOURCE_DIR}/include/reactos/wine)
4
5 spec2def(msgsm32.acm msgsm32.acm.spec)
6
7 list(APPEND SOURCE
8 msgsm32.c
9 ${CMAKE_CURRENT_BINARY_DIR}/msgsm32.def)
10
11 add_library(msgsm32.acm SHARED ${SOURCE})
12
13 set_module_type(msgsm32.acm win32dll)
14 set_target_properties(msgsm32.acm PROPERTIES SUFFIX "")
15 target_link_libraries(msgsm32.acm wine)
16 add_importlibs(msgsm32.acm winmm user32 msvcrt kernel32 ntdll)
17 add_dependencies(msgsm32.acm psdk)
18 add_cd_file(TARGET msgsm32.acm DESTINATION reactos/system32 FOR all)