1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-10 18:10:56 +09:00
ladybird/Userland/Libraries/LibChess/CMakeLists.txt
2021-01-12 12:17:46 +01:00

8 lines
142 B
CMake

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