cmake_minimum_required(VERSION 3.0) project(maybe_result) add_subdirectory(src) add_subdirectory(tests)