cmake_minimum_required(VERSION 3.20)
project(namelist_conformance LANGUAGES Fortran)

add_executable(namelist_conformance conformance.f90)
