mirror of
https://github.com/reactos/reactos.git
synced 2025-04-19 04:07:16 +00:00
12 lines
293 B
Text
12 lines
293 B
Text
![]() |
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)
|