mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-13 01:59:14 +03:00
d27616cf36
Added a new settings dialog to Hearts with a textbox to allow the player to set a name, which is persisted in the Hearts config file.
13 lines
241 B
CMake
13 lines
241 B
CMake
compile_gml(Hearts.gml HeartsGML.h hearts_gml)
|
|
|
|
set(SOURCES
|
|
Game.cpp
|
|
main.cpp
|
|
Player.cpp
|
|
SettingsDialog.cpp
|
|
HeartsGML.h
|
|
)
|
|
|
|
serenity_app(Hearts ICON app-hearts)
|
|
target_link_libraries(Hearts LibCards LibGUI LibGfx LibCore)
|