projects
/
reactos.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
cdfe3f289f545044d2cc0d36591a297f1361188f
[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)
18
add_importlibs(sc advapi32 msvcrt kernel32)
19
add_pch(sc sc.h)
20
add_cd_file(TARGET sc DESTINATION reactos/system32 FOR all)