FindLua51

查找 Lua 库。此模块定义

LUA51_FOUND, if false, do not try to link to Lua
LUA_LIBRARIES
LUA_INCLUDE_DIR, where to find lua.h
LUA_VERSION_STRING, the version of Lua found (since CMake 2.8.8)

请注意,预期的包含约定是

#include "lua.h"

而不是

#include <lua/lua.h>

这是因为 lua 位置没有标准化,并且可能存在于 lua/ 之外的其他位置