mirror of
https://github.com/reactos/reactos.git
synced 2024-11-05 22:26:39 +00:00
1d2b1c4a24
- Get rid of buildno_header target, builno.h is generated at configure time. svn path=/branches/cmake-bringup/; revision=51220
12 lines
255 B
CMake
12 lines
255 B
CMake
|
|
include_directories(${REACTOS_SOURCE_DIR}/ntoskrnl/include)
|
|
|
|
spec2def(kbdhu.dll kbdhu.spec)
|
|
|
|
add_library(kbdhu SHARED kbdhu.c kbdhu.rc ${CMAKE_CURRENT_BINARY_DIR}/kbdhu.def)
|
|
|
|
set_entrypoint(kbdhu 0)
|
|
|
|
add_dependencies(kbdhu psdk)
|
|
|
|
add_cab_target(kbdhu 1)
|