reactos/dll/win32/hid/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

19 lines
330 B
CMake

set_unicode()
list(APPEND SOURCE
hid.c
stubs.c
hid.rc
${CMAKE_CURRENT_BINARY_DIR}/hid.def)
spec2def(hid.dll hid.spec)
add_library(hid SHARED ${SOURCE})
set_module_type(hid win32dll)
add_importlibs(hid msvcrt kernel32 ntdll)
add_pch(hid precomp.h)
add_cd_file(TARGET hid DESTINATION reactos/system32 FOR all)