cmake_minimum_required(VERSION 3.17) project(Bilby) add_executable(Bilby main.cpp )