Commit ebbfaf1c authored by Milo Yip's avatar Milo Yip

Fixes premake4 script for VS

parent 104c3954
......@@ -86,7 +86,9 @@ solution "test"
project "unittest"
kind "ConsoleApp"
buildoptions "-Weffc++"
if _ACTION == "gmake" then
buildoptions "-Weffc++"
end
files {
"../include/**.h",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment