projects
/
reactos.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[CMAKE]
[reactos.git]
/
base
/
services
/
tcpsvcs
/
CMakeLists.txt
1
2
set_unicode()
3
4
list(APPEND SOURCE
5
tcpsvcs.c
6
skelserver.c
7
echo.c
8
discard.c
9
daytime.c
10
qotd.c
11
chargen.c
12
tcpsvcs.rc
13
log.c)
14
15
add_executable(tcpsvcs ${CMAKE_CURRENT_BINARY_DIR}/tcpsvcs_tcpsvcs.h.gch ${SOURCE})
16
17
add_pch(tcpsvcs ${CMAKE_CURRENT_SOURCE_DIR}/tcpsvcs.h ${SOURCE})
18
set_module_type(tcpsvcs win32cui)
19
add_importlibs(tcpsvcs ws2_32 advapi32 msvcrt)
20