[SDK] One step further towards ReactOS source code tree restructure: the sdk folder...
[reactos.git] / reactos / dll / win32 / imaadp32.acm / CMakeLists.txt
1
2 add_definitions(-D__WINESRC__)
3 include_directories(${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine)
4 spec2def(imaadp32.acm imaadp32.acm.spec)
5
6 list(APPEND SOURCE
7 imaadp32.c
8 ${CMAKE_CURRENT_BINARY_DIR}/imaadp32.def)
9
10 add_library(imaadp32.acm SHARED ${SOURCE})
11 set_module_type(imaadp32.acm win32dll)
12 set_target_properties(imaadp32.acm PROPERTIES SUFFIX "")
13 target_link_libraries(imaadp32.acm wine)
14 add_importlibs(imaadp32.acm winmm user32 msvcrt kernel32 ntdll)
15 add_cd_file(TARGET imaadp32.acm DESTINATION reactos/system32 FOR all)