cmake_minimum_required(VERSION 3.10) project(BigInt) add_subdirectory(src) add_subdirectory(data) add_subdirectory(tester)