cpplab/premake5.lua

7 lines
No EOL
179 B
Lua

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