mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 14:30:57 +00:00
e133817811
Follow-up to 23373acbb9
.
2 missed cases: apisets, lunar.msstyles.
4 new cases: w32time, netplwiz, msxml3r, mizu.msstyles.
12 lines
324 B
CMake
12 lines
324 B
CMake
|
|
spec2def(w32time.dll w32time.spec ADD_IMPORTLIB)
|
|
|
|
add_library(w32time MODULE
|
|
w32time.c
|
|
ntpclient.c
|
|
${CMAKE_CURRENT_BINARY_DIR}/w32time.def)
|
|
|
|
set_module_type(w32time win32dll UNICODE)
|
|
|
|
add_importlibs(w32time ws2_32 advapi32 msvcrt kernel32 ntdll)
|
|
add_cd_file(TARGET w32time DESTINATION reactos/system32 FOR all)
|