mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-14 01:04:38 +03:00
10 lines
153 B
CMake
10 lines
153 B
CMake
set(SOURCES
|
|
main.cpp
|
|
Calculator.cpp
|
|
CalculatorWidget.cpp
|
|
Keypad.cpp
|
|
)
|
|
|
|
serenity_bin(Calculator)
|
|
target_link_libraries(Calculator LibGUI)
|