package "mspgame" { version "0.1"; require "mspcore"; require "mspmath"; build_info { standard CXX "c++20"; }; library "mspgame" { source "source/game"; install true; install_map { map "source" "include/msp"; }; }; };