mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 21:34:00 +00:00
5 lines
185 B
CMake
5 lines
185 B
CMake
|
|
add_executable(arp arp.c arp.rc)
|
|
set_module_type(arp win32cui)
|
|
add_importlibs(arp iphlpapi ws2_32 shlwapi msvcrt kernel32)
|
|
add_cd_file(TARGET arp DESTINATION reactos/system32 FOR all)
|