* Sync up to trunk HEAD (r62285). Branch guys deserve the significant speedups too ;)
[reactos.git] / dll / win32 / hid / CMakeLists.txt
1
2
3 list(APPEND SOURCE
4 hid.c
5 stubs.c
6 precomp.h)
7
8 spec2def(hid.dll hid.spec)
9
10 add_library(hid SHARED
11 ${SOURCE}
12 hid.rc
13 ${CMAKE_CURRENT_BINARY_DIR}/hid.def)
14
15 set_module_type(hid win32dll UNICODE)
16
17 add_importlibs(hid msvcrt kernel32 ntdll)
18 add_pch(hid precomp.h SOURCE)
19 add_cd_file(TARGET hid DESTINATION reactos/system32 FOR all)