Commit a526c585 authored by nanahira's avatar nanahira

Merge branch 'master' of github.com:Fluorohydride/ygopro-core

parents 6d9ba8bc 27425f11
...@@ -2,10 +2,13 @@ project "ocgcore" ...@@ -2,10 +2,13 @@ project "ocgcore"
kind "StaticLib" kind "StaticLib"
files { "*.cpp", "*.h" } files { "*.cpp", "*.h" }
links { "lua" } links { LUA_LIB_NAME }
if BUILD_LUA then if BUILD_LUA then
includedirs { "../lua" } includedirs { "../lua/src" }
else
includedirs { LUA_INCLUDE_DIR }
libdirs { LUA_LIB_DIR }
end end
filter "action:vs*" filter "action:vs*"
......
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