Commit 51d79605 authored by nanahira's avatar nanahira

add filter for vs

parent aae3d482
......@@ -9,7 +9,9 @@ project "ocgcore"
end
filter "action:vs*"
includedirs { "../lua" }
if not BUILD_LUA then
includedirs { "../lua" }
end
filter "not action:vs*"
buildoptions { "-std=c++14" }
......
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