CMakeLists.txt 145 B

12345678
  1. set(SOURCES
  2. Chess.cpp
  3. UCICommand.cpp
  4. UCIEndpoint.cpp
  5. )
  6. serenity_lib(LibChess chess)
  7. target_link_libraries(LibChess PRIVATE LibCore)