mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-04 01:05:58 +03:00
17 lines
275 B
CMake
17 lines
275 B
CMake
serenity_component(
|
|
Run
|
|
REQUIRED
|
|
TARGETS Run
|
|
)
|
|
|
|
compile_gml(Run.gml RunGML.cpp)
|
|
|
|
set(SOURCES
|
|
main.cpp
|
|
RunWindow.cpp
|
|
RunGML.cpp
|
|
)
|
|
|
|
serenity_app(Run ICON app-run)
|
|
target_link_libraries(Run PRIVATE LibCore LibFileSystem LibDesktop LibGfx LibGUI LibMain)
|