Skip to content

D3r3k23/DrkEngine

Repository files navigation

DrkEngine

Chess engine

To use this library in a CMake project

  1. Clone the DrkEngine repository
  2. Include the following lines in CMakeLists.txt:
    add_subdirectory(<path to DrkEngine>)
    target_link_libraries(<target> <Interface visibility keyword> DrkEngine)