cmake_minimum_required(VERSION 3.22)
project(bootloader C ASM)

# Include the actual build logic from the cmake folder
include(cmake/CMakeLists.txt)
