11 lines
284 B
Lua
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")
|