cmake_minimum_required(VERSION 3.15)

project(cxx-file-extension-test CXX)

add_executable(cxx-file-extension-test main.mm)
