[CRT] Remove useless #undef abort from process.h
[reactos.git] / drivers / wdm / audio / legacy / wdmaud / CMakeLists.txt
1
2 add_definitions(-D_COMDDK_)
3
4 include_directories(
5 ${REACTOS_SOURCE_DIR}/sdk/lib/drivers/sound/mmixer
6 ${REACTOS_SOURCE_DIR}/sdk/include/reactos/libs/sound)
7
8 list(APPEND SOURCE
9 control.c
10 deviface.c
11 entry.c
12 mmixer.c
13 sup.c
14 wdmaud.h)
15
16 add_library(wdmaud MODULE ${SOURCE} wdmaud.rc)
17 set_module_type(wdmaud kernelmodedriver)
18 target_link_libraries(wdmaud mmixer libcntpr)
19 add_pch(wdmaud wdmaud.h SOURCE)
20 add_importlibs(wdmaud ntoskrnl ks hal)
21 add_cd_file(TARGET wdmaud DESTINATION reactos/system32/drivers FOR all)