cmake_minimum_required(VERSION 3.24)
project(MyApp CXX)

add_subdirectory(subdir)

