[NET] CORE-6413
[reactos.git] / reactos / base / applications / network / net / CMakeLists.txt
1
2 add_definitions(-D__USE_W32_SOCKETS)
3
4 list(APPEND SOURCE
5 main.c
6 cmdstart.c
7 cmdStop.c
8 help.c)
9
10 add_executable(net ${SOURCE})
11
12 set_module_type(net win32cui UNICODE)
13 add_pch(net net.h)
14 add_importlibs(net advapi32 msvcrt kernel32)
15 add_cd_file(TARGET net DESTINATION reactos/system32 FOR all)