[PARTINFO][ARP]
[reactos.git] / reactos / base / applications / network / arp / CMakeLists.txt
1
2 add_executable(arp arp.c arp.rc)
3 set_module_type(arp win32cui ANSI)
4 add_importlibs(arp iphlpapi ws2_32 shlwapi msvcrt kernel32)
5 add_cd_file(TARGET arp DESTINATION reactos/system32 FOR all)