summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibChess/CMakeLists.txt
blob: 2a55c8fbce2ef2a7a68aba3c93f092d9dde74e00 (plain)
1
2
3
4
5
6
7
8
set(SOURCES
    Chess.cpp
    UCICommand.cpp
    UCIEndpoint.cpp
)

serenity_lib(LibChess chess)
target_link_libraries(LibChess PRIVATE LibCore)