[BROWSEUI] SHExplorerParseCmdLine: Fix parsing of /root (#6752)
[reactos.git] / base / applications / sc / CMakeLists.txt
1
2 add_definitions(-DDEFINE_GUID)
3
4 list(APPEND SOURCE
5 config.c
6 control.c
7 create.c
8 delete.c
9 depend.c
10 description.c
11 failure.c
12 misc.c
13 name.c
14 print.c
15 query.c
16 sc.c
17 sdset.c
18 sdshow.c
19 start.c
20 usage.c
21 sc.h)
22
23 add_executable(sc ${SOURCE} sc.rc)
24 set_module_type(sc win32cui UNICODE)
25 add_importlibs(sc advapi32 msvcrt kernel32 ntdll)
26 add_pch(sc sc.h SOURCE)
27 add_cd_file(TARGET sc DESTINATION reactos/system32 FOR all)