order 3lp dirs
This commit is contained in:
10
3rd/LuaBridge/detail/Config.h
Normal file
10
3rd/LuaBridge/detail/Config.h
Normal 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
|
||||
Reference in New Issue
Block a user