cpplab/premake5.lua

6 lines
No EOL
146 B
Lua

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