reactos/dll/keyboard/kbdtuf/CMakeLists.txt
Hermès Bélusca-Maïto b819608ed8 Create a branch for console restructuration work.
svn path=/branches/condrv_restructure/; revision=63104
2014-05-02 14:13:40 +00:00

12 lines
312 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_module_type(kbdtuf kbdlayout)
add_dependencies(kbdtuf psdk)
add_cd_file(TARGET kbdtuf DESTINATION reactos/system32 FOR all)