reactos/dll/keyboard/kbdes/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
303 B
CMake

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