1
2include_directories(${REACTOS_SOURCE_DIR}/sdk/lib/conutils)
3
4add_executable(netstat netstat.c netstat.rc)
5set_module_type(netstat win32cui UNICODE)
6target_link_libraries(netstat conutils ${PSEH_LIB})
7add_importlibs(netstat user32 ws2_32 snmpapi iphlpapi msvcrt kernel32)
8add_cd_file(TARGET netstat DESTINATION reactos/system32 FOR all)
9