[USBPORT] Implement USBPORT_FreeBandwidth().
[reactos.git] / drivers / wdm / audio / hdaudbus / CMakeLists.txt
1
2 set_cpp()
3
4 remove_definitions(-D_WIN32_WINNT=0x502)
5 add_definitions(-D_WIN32_WINNT=0x600)
6
7 list(APPEND SOURCE
8 hdaudbus.cpp
9 fdo.cpp
10 pdo.cpp
11 businterface.cpp)
12
13 add_library(hdaudbus SHARED ${SOURCE})
14 set_module_type(hdaudbus kernelmodedriver)
15 target_link_libraries(hdaudbus libcntpr ${PSEH_LIB})
16 add_importlibs(hdaudbus ntoskrnl hal)
17 add_cd_file(TARGET hdaudbus DESTINATION reactos/system32/drivers FOR all)