summaryrefslogtreecommitdiff
path: root/Games/Chess/CMakeLists.txt
blob: 54415eeb95a5c8e9746bf81cdb412e8e4257d182 (plain)
1
2
3
4
5
6
7
8
9
set(SOURCES
    main.cpp
    ChessWidget.cpp
    PromotionDialog.cpp
    Engine.cpp
)

serenity_app(Chess ICON app-chess)
target_link_libraries(Chess LibChess LibGUI LibCore)