Merge my current work done on the kd++ branch:
[reactos.git] / reactos / base / applications / sc / CMakeLists.txt
1
2 add_definitions(-DDEFINE_GUID)
3
4 list(APPEND SOURCE
5 control.c
6 create.c
7 delete.c
8 print.c
9 query.c
10 sc.c
11 start.c
12 usage.c
13 sc.rc)
14
15 add_executable(sc ${SOURCE})
16
17 set_module_type(sc win32cui UNICODE)
18 add_importlibs(sc advapi32 msvcrt kernel32)
19 add_pch(sc sc.h)
20 add_cd_file(TARGET sc DESTINATION reactos/system32 FOR all)