1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-18 22:55:08 +00:00
serenity/Libraries/LibChess/CMakeLists.txt

8 lines
134 B
CMake

set(SOURCES
Chess.cpp
UCICommand.cpp
UCIEndpoint.cpp
)
serenity_lib(LibChess chess)
target_link_libraries(LibChess LibC)