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