cmake_minimum_required(VERSION 2.4.4)
project(fat32format LANGUAGES CXX)

add_executable(${PROJECT_NAME} fat32format.cpp)
