[CRT] Massively improve performance of rand_s
[reactos.git] / base / applications / network / ping / CMakeLists.txt
1
2 include_directories(${REACTOS_SOURCE_DIR}/sdk/lib/conutils)
3
4 add_executable(ping ping.c ping.rc)
5 set_module_type(ping win32cui UNICODE)
6 target_link_libraries(ping conutils ${PSEH_LIB})
7 add_importlibs(ping ws2_32 iphlpapi msvcrt kernel32 ntdll)
8 add_cd_file(TARGET ping DESTINATION reactos/system32 FOR all)