prepare for some basic lua scripting example
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
|
||||
|
||||
project ("App_LuaStandalone")
|
||||
|
||||
language "C++"
|
||||
|
||||
kind "ConsoleApp"
|
||||
targetdir "../../../../bin"
|
||||
includedirs {"../src"}
|
||||
|
||||
if os.is("Windows") then
|
||||
end
|
||||
if os.is("Linux") then
|
||||
end
|
||||
if os.is("MacOSX") then
|
||||
end
|
||||
|
||||
links {"lua-5.2.3"}
|
||||
|
||||
files {
|
||||
"lua.c",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user