mirror of
https://github.com/RGBCube/serenity
synced 2025-05-30 22:28:12 +00:00
11 lines
198 B
CMake
11 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)
|