reactos/tools/wrc/CMakeLists.txt
Amine Khaldi 9fa710c813 * Sync with recent trunk (r52637).
svn path=/branches/GSoC_2011/ThemesSupport/; revision=52643
2011-07-11 19:40:43 +00:00

18 lines
253 B
CMake

list(APPEND SOURCE
dumpres.c
genres.c
newstruc.c
readres.c
translation.c
utils.c
wrc.c
writeres.c
parser.tab.c
lex.yy.c
port/mkstemps.c)
add_executable(wrc ${SOURCE})
target_link_libraries(wrc wpp unicode)