mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 01:09:25 +00:00
10 lines
162 B
CMake
10 lines
162 B
CMake
set(SOURCES
|
|
Card.cpp
|
|
CardStack.cpp
|
|
main.cpp
|
|
SolitaireWidget.cpp
|
|
)
|
|
|
|
serenity_bin(Solitaire)
|
|
target_link_libraries(Solitaire LibGUI LibGfx LibCore)
|