cmake_minimum_required(VERSION 4.1.6)

project(Noah LANGUAGES C)

add_subdirectory(./src)
