* Sync up to trunk head (r60691).
[reactos.git] / dll / cpl / timedate / CMakeLists.txt
1
2 spec2def(timedate.cpl timedate.spec)
3
4 add_library(timedate SHARED
5 clock.c
6 dateandtime.c
7 internettime.c
8 monthcal.c
9 ntpclient.c
10 timedate.c
11 timezone.c
12 timedate.rc
13 ${CMAKE_CURRENT_BINARY_DIR}/timedate.def)
14
15 set_module_type(timedate cpl UNICODE)
16
17 add_importlibs(timedate
18 advapi32
19 user32
20 gdi32
21 comctl32
22 ws2_32
23 iphlpapi
24 msvcrt
25 kernel32)
26
27 add_pch(timedate timedate.h)
28 add_cd_file(TARGET timedate DESTINATION reactos/system32 FOR all)