1
2spec2def(w32time.dll w32time.spec ADD_IMPORTLIB)
3
4add_library(w32time MODULE
5    w32time.c
6    ntpclient.c
7    register.c
8    w32time.rc
9    ${CMAKE_CURRENT_BINARY_DIR}/w32time.def)
10
11set_module_type(w32time win32dll UNICODE)
12
13add_importlibs(w32time ws2_32 advapi32 msvcrt user32 kernel32 ntdll)
14add_cd_file(TARGET w32time DESTINATION reactos/system32 FOR all)
15