mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
15 lines
251 B
CMake
15 lines
251 B
CMake
|
|
add_definitions(-D__USE_W32_SOCKETS)
|
|
|
|
list(APPEND SOURCE
|
|
main.c
|
|
cmdstart.c
|
|
cmdStop.c
|
|
help.c
|
|
process.c)
|
|
|
|
add_executable(net ${SOURCE})
|
|
|
|
set_module_type(net win32cui)
|
|
add_importlibs(net ws2_32 msvcrt kernel32)
|
|
add_cab_target(net 1)
|