reactos/dll/keyboard/kbdinguj/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

13 lines
330 B
CMake

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