reactos/dll/keyboard/kbdpl1/CMakeLists.txt
Amine Khaldi 9fa710c813 * Sync with recent trunk (r52637).
svn path=/branches/GSoC_2011/ThemesSupport/; revision=52643
2011-07-11 19:40:43 +00:00

13 lines
303 B
CMake

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