cmake_minimum_required(VERSION 3.20)
project(Structive LANGUAGES CXX)
include(CTest)
add_subdirectory(core)
add_subdirectory(extensions)
