reactos/dll/keyboard/kbdindev/CMakeLists.txt
Hermès Bélusca-Maïto 49ab546ac3 Sync up with trunk r61578.
svn path=/branches/ntvdm/; revision=61579
2014-01-11 00:00:10 +00:00

13 lines
330 B
CMake

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