apfl/CMakeLists.txt

5 lines
116 B
Text
Raw Normal View History

2022-09-16 21:04:20 +00:00
cmake_minimum_required(VERSION 3.10)
project(apfl VERSION 0.0.1 LANGUAGES C)
enable_testing()
add_subdirectory(src)