cmake_minimum_required(VERSION 3.16)

include(${CMAKE_CURRENT_LIST_DIR}/../cmake_common/mo2.cmake)

project(archive)
add_subdirectory(src)
