mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-06 02:55:49 +03:00
1e67435ff5
This is what this function really does, it doesn't compile anything.
20 lines
306 B
CMake
20 lines
306 B
CMake
serenity_component(
|
|
Run
|
|
REQUIRED
|
|
TARGETS Run
|
|
)
|
|
|
|
stringify_gml(Run.gml RunGML.h run_gml)
|
|
|
|
set(SOURCES
|
|
main.cpp
|
|
RunWindow.cpp
|
|
)
|
|
|
|
set(GENERATED_SOURCES
|
|
RunGML.h
|
|
)
|
|
|
|
serenity_app(Run ICON app-run)
|
|
target_link_libraries(Run PRIVATE LibCore LibFileSystem LibDesktop LibGfx LibGUI LibMain)
|