cmake_minimum_required(VERSION 3.10) project(apfl VERSION 0.0.1 LANGUAGES C) enable_testing() add_subdirectory(src)