summaryrefslogtreecommitdiff
path: root/Libraries/LibChess/CMakeLists.txt
blob: 07c6a5aa472459af2945eb14eae46f7d10d4bead (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 LibC LibCore)