reactos/sdk/tools/txt2nls/CMakeLists.txt
Jérôme Gardou 79b2d9c2ff [TXT2NLS] Rewrite the tool
With support for multibyte codepages & glyph tables
CORE-17571
2021-05-19 22:50:29 +02:00

5 lines
64 B
CMake

list(APPEND SOURCE main.cpp)
add_host_tool(txt2nls ${SOURCE})