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/ 以外的位置。