[WUAUSERV] Make the wuauserv service startable and stoppable.
[reactos.git] / base / services / wuauserv / CMakeLists.txt
1 spec2def(wuauserv.dll wuauserv.spec ADD_IMPORTLIB)
2
3 add_library(wuauserv MODULE
4 wuauserv.c
5 wuauserv.rc
6 ${CMAKE_CURRENT_BINARY_DIR}/wuauserv.def)
7
8 set_module_type(wuauserv win32dll UNICODE)
9 add_importlibs(wuauserv advapi32 msvcrt kernel32 ntdll)
10 add_cd_file(TARGET wuauserv DESTINATION reactos/system32 FOR all)