cmake_minimum_required(VERSION 3.25)
include(ExternalProject)
project(iap_demo C CXX ASM)

# Include the actual build logic from the cmake folder
include(cmake/mx-generated.cmake)
