reactos/dll/keyboard/kbdpl/CMakeLists.txt
Hermès Bélusca-Maïto 65ce146169 Create a branch for working on csrss and co.
svn path=/branches/ros-csrss/; revision=57561
2012-10-14 13:04:31 +00:00

11 lines
233 B
CMake

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