mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 15:37:46 +00:00
Calculator: Use new GML compiler
This commit is contained in:
parent
182126dfda
commit
15a539a5b0
7 changed files with 84 additions and 63 deletions
|
@ -4,17 +4,15 @@ serenity_component(
|
|||
TARGETS Calculator
|
||||
)
|
||||
|
||||
stringify_gml(CalculatorWindow.gml CalculatorGML.h calculator_gml)
|
||||
compile_gml(CalculatorWindow.gml CalculatorGML.cpp)
|
||||
|
||||
set(SOURCES
|
||||
main.cpp
|
||||
Calculator.cpp
|
||||
CalculatorGML.cpp
|
||||
CalculatorWidget.cpp
|
||||
Keypad.cpp
|
||||
)
|
||||
|
||||
set(GENERATED_SOURCES
|
||||
CalculatorGML.h
|
||||
)
|
||||
|
||||
serenity_app(Calculator ICON app-calculator)
|
||||
target_link_libraries(Calculator PRIVATE LibCore LibCrypto LibDesktop LibGfx LibGUI LibMain)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue