reactos/rosapps/applications/devutils/nls2txt/CMakeLists.txt
Dmitry Chapyshev 3f3ae1f05b [ROSAPPS] Add NLS to TXT file converter
svn path=/trunk/; revision=72693
2016-09-15 21:13:26 +00:00

13 lines
337 B
CMake

list(APPEND SOURCE
main.c
nls.c
bestfit.c
precomp.h)
add_executable(nls2txt ${SOURCE} nls2txt.rc)
add_pch(nls2txt precomp.h SOURCE)
set_module_type(nls2txt win32cui UNICODE)
add_importlibs(nls2txt user32 gdi32 comdlg32 comctl32 getuname msvcrt kernel32)
add_cd_file(TARGET nls2txt DESTINATION reactos/system32 FOR all)