ladybird/Userland/Applications/NetworkSettings/CMakeLists.txt
kleines Filmröllchen 1e67435ff5 Meta: Rename compile_gml to stringify_gml
This is what this function really does, it doesn't compile anything.
2023-08-11 21:33:48 +02:00

20 lines
390 B
CMake

serenity_component(
NetworkSettings
REQUIRED
TARGETS NetworkSettings
)
stringify_gml(NetworkSettings.gml NetworkSettingsGML.h network_settings_gml)
set(SOURCES
NetworkSettingsWidget.cpp
main.cpp
)
set(GENERATED_SOURCES
NetworkSettingsGML.h
)
serenity_app(NetworkSettings ICON network)
target_link_libraries(NetworkSettings PRIVATE LibCore LibGfx LibGUI LibMain)