1/** @file
2    @brief Generated header containing build options that change the library contents.
3
4    @date 2013
5
6    @author
7    Ryan Pavlik
8    <rpavlik@iastate.edu> and <abiryan@ryand.net>
9    http://academic.cleardefinition.com/
10    Iowa State University Virtual Reality Applications Center
11    Human-Computer Interaction Graduate Program
12
13*/
14
15//           Copyright Iowa State University 2013.
16// Permission is hereby granted, free of charge, to any person obtaining a
17// copy of this software and associated documentation files (the "Software"),
18// to deal in the Software without restriction, including without limitation
19// the rights to use, copy, modify, merge, publish, distribute, sublicense,
20// and/or sell copies of the Software, and to permit persons to whom the
21// Software is furnished to do so, subject to the following conditions:
22
23// The above copyright notice and this permission notice shall be included
24// in all copies or substantial portions of the Software.
25
26// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
27// ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
28// TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
29// PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
30// SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR
31// ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
32// ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
33// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
34// OR OTHER DEALINGS IN THE SOFTWARE.
35
36#ifndef INCLUDED_BuildInformation_hpp_GUID_90CCCE9E_4374_4090_36BA_3AA2C22271F7
37#define INCLUDED_BuildInformation_hpp_GUID_90CCCE9E_4374_4090_36BA_3AA2C22271F7
38
39#cmakedefine LUABIND_NO_ERROR_CHECKING 1
40
41#cmakedefine LUABIND_NO_EXCEPTIONS 1
42
43#cmakedefine LUABIND_CPLUSPLUS_LUA 1
44
45#cmakedefine LUABIND_USE_NOEXCEPT 1
46
47#cmakedefine LUABIND_NOT_THREADSAFE 1
48
49#cmakedefine LUABIND_DYNAMIC_LINK 1
50
51/// TODO does this actually change the ABI?
52#cmakedefine LUABIND_NO_SCOPED_ENUM 1
53
54#endif // INCLUDED_BuildInformation_hpp_GUID_90CCCE9E_4374_4090_36BA_3AA2C22271F7
55
56