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