Sync with trunk.
[reactos.git] / include / reactos / mc / CMakeLists.txt
1
2 list(APPEND ANSI_SOURCE
3 bugcodes.mc)
4
5 list(APPEND UNICODE_SOURCE
6 errcodes.mc
7 neteventmsg.mc
8 ntiologc.mc
9 ntstatus.mc
10 pciclass.mc
11 sacmsg.mc)
12
13 add_message_headers(ANSI ${ANSI_SOURCE})
14 # FIXME: this needs testing before switching to unicode
15 add_message_headers(ANSI ${UNICODE_SOURCE})