test lua support

This commit is contained in:
2020-07-22 21:11:33 +03:00
parent 20c58f5423
commit 94c09e1131
25 changed files with 7501 additions and 304 deletions

10
3rd_party/lua/LuaBridge/detail/Config.h vendored Normal file
View File

@@ -0,0 +1,10 @@
// https://github.com/vinniefalco/LuaBridge
//
// Copyright 2019, Dmitry Tarakanov
// SPDX-License-Identifier: MIT
#pragma once
#if !defined (LUABRIDGE_NO_CXX11) && (__cplusplus >= 201103L || (defined (_MSC_VER) && _MSC_VER >= 1900))
#define LUABRIDGE_CXX11
#endif