add_executable(solver
  solver_main.cpp
)

target_link_libraries(solver PRIVATE pos2_base)
