add_executable(pentobi-gtp
  Engine.h
  Engine.cpp
  Main.cpp
)

target_compile_definitions(pentobi-gtp PRIVATE VERSION="${PENTOBI_VERSION}")

target_link_libraries(pentobi-gtp pentobi_mcts)

