cmake_minimum_required(VERSION 3.21) project(os3_host C) add_subdirectory(../libfat ${CMAKE_CURRENT_BINARY_DIR}/libfat) add_subdirectory(mbrcopy)