cpplab/premake5.lua

12 lines
317 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")
include("premake/fpointers.lua")