ladybird/Meta/Lagom/Tools/CodeGenerators/LibUnicode/CMakeLists.txt
Andrew Kaster a6d83e02d2 Meta: Define and use lagom_tool() CMake helper function for all Tools
We'll use this to prevent repeating common tool dependencies. They all
depend on LibCore and AK only. We also want to encapsulate common
install rules for them.
2021-09-15 19:04:52 +04:30

11 lines
155 B
CMake

set(SOURCES
GenerateUnicodeData.cpp
)
lagom_tool(GenerateUnicodeData)
set(SOURCES
GenerateUnicodeLocale.cpp
)
lagom_tool(GenerateUnicodeLocale)