reactos/drivers/usb/usbd/CMakeLists.txt
Hermès Bélusca-Maïto 65ce146169 Create a branch for working on csrss and co.
svn path=/branches/ros-csrss/; revision=57561
2012-10-14 13:04:31 +00:00

14 lines
287 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)