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