Fixes premake4 script for VS

This commit is contained in:
Milo Yip 2014-07-03 01:59:13 +08:00
parent 104c3954bd
commit ebbfaf1c13

View File

@ -86,7 +86,9 @@ solution "test"
project "unittest"
kind "ConsoleApp"
buildoptions "-Weffc++"
if _ACTION == "gmake" then
buildoptions "-Weffc++"
end
files {
"../include/**.h",