cpplab/premake5.lua
2023-06-17 20:06:07 +01:00

11 lines
284 B
Lua

workspace "CppLib"
configurations { "Debug", "Release" }
system "linux"
include("premake/tinker.lua")
include("premake/sse.lua")
include("premake/libbmath.lua")
include("premake/maths.lua")
include("premake/clock.lua")
include("premake/allocation.lua")
include("premake/engine.lua")