cmake_minimum_required(VERSION 3.25)
project(second_stage_tcp_bootloader C CXX ASM)

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