mirror of
https://github.com/reactos/reactos.git
synced 2024-11-11 01:04:11 +00:00
8db8028cbd
- More work on the base modules. - Fix a typo. - Fix shlwapi and audio_test builds. svn path=/branches/cmake-bringup/; revision=49061
6 lines
153 B
CMake
6 lines
153 B
CMake
|
|
add_executable(netstat netstat.c netstat.rc)
|
|
|
|
set_module_type(netstat win32cui)
|
|
|
|
add_importlibs(netstat user32 ws2_32 snmpapi iphlpapi msvcrt kernel32)
|