mirror of
https://github.com/reactos/reactos.git
synced 2025-04-17 11:10:05 +00:00

- Create a branch to do a proper merge of USB work from a trunk base instead of from cmake-bringup - In the future, DO NOT under any circumstances branch another branch. This leads to merge problems! svn path=/branches/usb-bringup-trunk/; revision=55018
11 lines
293 B
CMake
11 lines
293 B
CMake
include_directories(${REACTOS_SOURCE_DIR}/ntoskrnl/include)
|
|
|
|
spec2def(kbdus.dll kbdus.spec)
|
|
|
|
add_library(kbdus SHARED kbdus.c kbdus.rc ${CMAKE_CURRENT_BINARY_DIR}/kbdus.def)
|
|
|
|
set_entrypoint(kbdus 0)
|
|
|
|
add_dependencies(kbdus psdk)
|
|
|
|
add_cd_file(TARGET kbdus DESTINATION reactos/system32 FOR all)
|