mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 06:48:12 +00:00
11 lines
258 B
CMake
11 lines
258 B
CMake
compile_gml(CalculatorWindow.gml CalculatorGML.h calculator_gml)
|
|
set(SOURCES
|
|
main.cpp
|
|
Calculator.cpp
|
|
CalculatorWidget.cpp
|
|
Keypad.cpp
|
|
CalculatorGML.h
|
|
)
|
|
|
|
serenity_app(Calculator ICON app-calculator)
|
|
target_link_libraries(Calculator LibGUI)
|