mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
12 lines
198 B
CMake
12 lines
198 B
CMake
compile_gml(Run.gml RunGML.h run_gml)
|
|
|
|
set(SOURCES
|
|
main.cpp
|
|
RunWindow.cpp
|
|
RunWindow.h
|
|
RunGML.h
|
|
)
|
|
|
|
serenity_app(Run ICON app-run)
|
|
target_link_libraries(Run LibCore LibDesktop LibGUI)
|