reactos/dll/keyboard/kbdth3/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(kbdth3.dll kbdth3.spec)
add_library(kbdth3 SHARED kbdth3.c kbdth3.rc ${CMAKE_CURRENT_BINARY_DIR}/kbdth3.def)
set_module_type(kbdth3 kbdlayout)
add_dependencies(kbdth3 psdk)
add_cd_file(TARGET kbdth3 DESTINATION reactos/system32 FOR all)