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)