blob: bfb20b87a4c77fabb883a4944daae659143a60a3 (
plain)
1
2
3
4
5
6
7
8
9
|
# 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@")
|