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