[RTL]
[reactos.git] / reactos / base / applications / network / ping / CMakeLists.txt
1
2 add_definitions(-D__USE_W32_SOCKETS)
3
4 set_rc_compiler()
5
6 add_executable(ping ping.c ping.rc)
7
8 set_module_type(ping win32cui UNICODE)
9 add_importlibs(ping ws2_32 msvcrt kernel32)
10
11 if(MSVC)
12 add_importlibs(ping ntdll)
13 endif()
14
15 add_cd_file(TARGET ping DESTINATION reactos/system32 FOR all)