Module trivia/config API_EXPORT Extern modifier for all public functions. PACKAGE_VERSION_MAJOR Package major version - 2 for 2.0.5. PACKAGE_VERSION_MINOR Package minor version - 0 for 2.0.5. PACKAGE_VERSION_PATCH Package patch version - 5 for 2.0.5. PACKAGE_VERSION A string with major-minor-patch-commit-id identifier of the release, e.g. 2.0.5-75-gdd8e14ffb. SYSCONF_DIR System configuration dir (e.g /etc) INSTALL_PREFIX Install prefix (e.g. /usr) BUILD_TYPE Build type, e.g. Debug or Release BUILD_INFO CMake build type signature, e.g. Linux-x86_64-Debug BUILD_OPTIONS Command line used to run CMake. COMPILER_INFO Paths to C and CXX compilers. TARANTOOL_C_FLAGS C compile flags used to build Tarantool. TARANTOOL_CXX_FLAGS CXX compile flags used to build Tarantool. MODULE_LIBDIR A path to install *.lua module files. MODULE_LUADIR A path to install *.so/*.dylib module files. MODULE_INCLUDEDIR A path to Lua includes (the same directory where this file is contained) MODULE_LUAPATH A constant added to package.path in Lua to find *.lua module files. MODULE_LIBPATH A constant added to package.cpath in Lua to find *.so module files.