mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 13:52:30 +00:00
bd3c852012
CORE-16119 Also, change its resource file description to reflect that the utility isn't just for TCPv4.
8 lines
337 B
CMake
8 lines
337 B
CMake
|
|
include_directories(${REACTOS_SOURCE_DIR}/sdk/lib/conutils)
|
|
|
|
add_executable(netstat netstat.c netstat.rc)
|
|
set_module_type(netstat win32cui UNICODE)
|
|
target_link_libraries(netstat conutils ${PSEH_LIB})
|
|
add_importlibs(netstat user32 ws2_32 snmpapi iphlpapi msvcrt kernel32)
|
|
add_cd_file(TARGET netstat DESTINATION reactos/system32 FOR all)
|