a74f5f50dfd6ff2a906f40dd9da726864ff29a9d
[reactos.git] / rosapps / applications / devutils / nls2txt / CMakeLists.txt
1
2 list(APPEND SOURCE
3 main.c
4 nls.c
5 bestfit.c
6 precomp.h)
7
8 add_executable(nls2txt ${SOURCE} nls2txt.rc)
9 add_pch(nls2txt precomp.h SOURCE)
10 set_module_type(nls2txt win32cui UNICODE)
11 add_importlibs(nls2txt getuname msvcrt kernel32)
12 add_cd_file(TARGET nls2txt DESTINATION reactos/system32 FOR all)