blob: bfb20b87a4c77fabb883a4944daae659143a60a3 [file] [log] [blame]
# Find the luaT includes and library
#
# LUAT_INCLUDE_DIR -- where to find the includes
# LUAT_LIBRARIES -- list of libraries to link against
# LUAT_FOUND -- set to 1 if found
SET(LUAT_FOUND 1)
SET(LUAT_INCLUDE_DIR "@LUAT_INCLUDE_DIR@")
SET(LUAT_LIBRARIES "@LUAT_LIBRARIES@")