FindLua50¶
定位 Lua 库。
此模块定义:
LUA50_FOUND, if false, do not try to link to Lua
LUA_LIBRARIES, both lua and lualib
LUA_INCLUDE_DIR, where to find lua.h and lualib.h (and probably lauxlib.h)
请注意,预期的包含约定是:
#include "lua.h"
而不是:
#include <lua/lua.h>
这是因为 Lua 的位置未标准化,可能存在于 lua/ 以外的位置。