reactos/drivers/usb/usbd/CMakeLists.txt
Amine Khaldi 609ba8d717 * Sync up to trunk head (r64829).
svn path=/branches/shell-experiments/; revision=64830
2014-10-19 18:45:40 +00:00

12 lines
285 B
CMake

spec2def(usbd.sys usbd.spec ADD_IMPORTLIB)
add_library(usbd SHARED
usbd.c
usbd.rc
${CMAKE_CURRENT_BINARY_DIR}/usbd.def)
set_module_type(usbd kernelmodedriver)
add_importlibs(usbd ntoskrnl hal)
add_cd_file(TARGET usbd DESTINATION reactos/system32/drivers NO_CAB FOR all)