reactos/sdk/include/reactos/mc/CMakeLists.txt
Eric Kohl 6623b8d155 [ARP] Move the message file
Move the message file because we do not need to generate a global message header file for the arp utility.
2021-12-31 16:35:25 +01:00

22 lines
460 B
CMake

list(APPEND ANSI_SOURCE
bugcodes.mc)
list(APPEND UNICODE_SOURCE
errcodes.mc
net_msg.mc
neteventmsg.mc
netmsgmsg.mc
ntiologc.mc
ntstatus.mc
pciclass.mc)
list(APPEND UNICODE_SOURCE_REALLY
bootmsg.mc
sacmsg.mc)
add_message_headers(ANSI ${ANSI_SOURCE})
# FIXME: this needs testing before switching to unicode
add_message_headers(UNICODE ${UNICODE_SOURCE})
add_message_headers(UNICODE ${UNICODE_SOURCE_REALLY})