mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-10 17:12:55 +02:00
8 lines
375 B
CMake
8 lines
375 B
CMake
set(SOURCES "") # avoid pulling SOURCES from parent scope
|
|
|
|
lagom_tool(GenerateCSSMediaFeatureID SOURCES GenerateCSSMediaFeatureID.cpp LIBS LagomMain)
|
|
lagom_tool(GenerateCSSPropertyID SOURCES GenerateCSSPropertyID.cpp LIBS LagomMain)
|
|
lagom_tool(GenerateCSSValueID SOURCES GenerateCSSValueID.cpp LIBS LagomMain)
|
|
|
|
add_subdirectory(WrapperGenerator)
|