project('hexboard-cpp', 'cpp')

src = ['src/main.cpp', 'src/lib/State.cpp']
executable('hexboard-cpp', src)