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)