mirror of
https://github.com/RGBCube/serenity
synced 2026-01-12 23:20:59 +00:00
9 lines
181 B
CMake
9 lines
181 B
CMake
set(SOURCES
|
|
Card.cpp
|
|
CardStack.cpp
|
|
main.cpp
|
|
SolitaireWidget.cpp
|
|
)
|
|
|
|
serenity_app(Solitaire ICON app-solitaire)
|
|
target_link_libraries(Solitaire LibGUI LibGfx LibCore)
|