Commit 27425f11 authored by mercury233's avatar mercury233

update premake

parent aab80a30
...@@ -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/src" } includedirs { "../lua/src" }
else
includedirs { LUA_INCLUDE_DIR }
libdirs { LUA_LIB_DIR }
end end
filter "not action:vs*" filter "not 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