mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 12:53:33 +00:00
9 lines
307 B
CMake
9 lines
307 B
CMake
|
|
include_directories(${REACTOS_SOURCE_DIR}/sdk/lib/conutils)
|
|
|
|
add_executable(ping ping.c ping.rc)
|
|
set_module_type(ping win32cui UNICODE)
|
|
target_link_libraries(ping conutils ${PSEH_LIB})
|
|
add_importlibs(ping ws2_32 iphlpapi msvcrt kernel32 ntdll)
|
|
add_cd_file(TARGET ping DESTINATION reactos/system32 FOR all)
|