mirror of
https://github.com/reactos/reactos.git
synced 2025-03-10 18:24:02 +00:00
12 lines
No EOL
278 B
CMake
12 lines
No EOL
278 B
CMake
|
|
include_directories(${REACTOS_SOURCE_DIR}/ntoskrnl/include)
|
|
|
|
spec2def(kbdtuf.dll kbdtuf.spec)
|
|
|
|
add_library(kbdtuf SHARED kbdtuf.c kbdtuf.rc ${CMAKE_CURRENT_BINARY_DIR}/kbdtuf.def)
|
|
|
|
set_entrypoint(kbdtuf 0)
|
|
|
|
add_dependencies(kbdtuf psdk buildno_header)
|
|
|
|
add_cab_target(kbdtuf 1) |