include_directories(${CMAKE_SOURCE_DIR}/src)

add_library(boardgame_test_main STATIC Main.cpp)
