reactos/dll/keyboard/kbdth1/CMakeLists.txt
Amine Khaldi 527f2f9057 [SHELL/EXPERIMENTS]
* Create a branch for some evul shell experiments.

svn path=/branches/shell-experiments/; revision=61927
2014-02-02 19:37:27 +00:00

13 lines
312 B
CMake

include_directories(${REACTOS_SOURCE_DIR}/ntoskrnl/include)
spec2def(kbdth1.dll kbdth1.spec)
add_library(kbdth1 SHARED kbdth1.c kbdth1.rc ${CMAKE_CURRENT_BINARY_DIR}/kbdth1.def)
set_module_type(kbdth1 kbdlayout)
add_dependencies(kbdth1 psdk)
add_cd_file(TARGET kbdth1 DESTINATION reactos/system32 FOR all)