LibWeb+CodeGenerators: Generate EnvironmentVariable enum and functions

This commit is contained in:
Sam Atkins
2025-08-05 11:53:43 +01:00
committed by Alexander Kalenik
parent b03e829a49
commit 7b30c94fcf
Notes: github-actions[bot] 2025-08-07 14:41:56 +00:00
6 changed files with 307 additions and 0 deletions

View File

@@ -2,6 +2,7 @@ set(SOURCES "") # avoid pulling SOURCES from parent scope
lagom_tool(GenerateCSSDescriptors SOURCES GenerateCSSDescriptors.cpp LIBS LibMain)
lagom_tool(GenerateCSSEnums SOURCES GenerateCSSEnums.cpp LIBS LibMain)
lagom_tool(GenerateCSSEnvironmentVariable SOURCES GenerateCSSEnvironmentVariable.cpp LIBS LibMain)
lagom_tool(GenerateCSSKeyword SOURCES GenerateCSSKeyword.cpp LIBS LibMain)
lagom_tool(GenerateCSSMathFunctions SOURCES GenerateCSSMathFunctions.cpp LIBS LibMain)
lagom_tool(GenerateCSSMediaFeatureID SOURCES GenerateCSSMediaFeatureID.cpp LIBS LibMain)