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