[UNICODE]
[reactos.git] / reactos / tools / wrc / CMakeLists.txt
1
2 list(APPEND SOURCE
3 dumpres.c
4 genres.c
5 newstruc.c
6 readres.c
7 translation.c
8 utils.c
9 wrc.c
10 writeres.c
11 parser.tab.c
12 lex.yy.c
13 port/mkstemps.c)
14
15 add_executable(wrc ${SOURCE})
16
17 target_link_libraries(wrc wpp unicode)