mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
6623b8d155
Move the message file because we do not need to generate a global message header file for the arp utility.
7 lines
255 B
CMake
7 lines
255 B
CMake
|
|
add_message_headers(UNICODE arp_msg.mc)
|
|
add_executable(arp arp.c arp.rc)
|
|
set_module_type(arp win32cui)
|
|
add_dependencies(arp arp_msg)
|
|
add_importlibs(arp iphlpapi ws2_32 shlwapi msvcrt kernel32)
|
|
add_cd_file(TARGET arp DESTINATION reactos/system32 FOR all)
|