[PRINTING]
[reactos.git] / reactos / base / applications / network / ping / CMakeLists.txt
1
2 add_executable(ping ping.c ping.rc)
3 set_module_type(ping win32cui UNICODE)
4 add_importlibs(ping ws2_32 iphlpapi user32 msvcrt kernel32 ntdll)
5 add_cd_file(TARGET ping DESTINATION reactos/system32 FOR all)