blob: 306cd878bc7d58533b4d5787315080727968cea6 [file] [log] [blame]
# Find the TH includes and library
#
# TH_INCLUDE_DIR -- where to find the includes
# TH_LIBRARIES -- list of libraries to link against
# TH_FOUND -- set to 1 if found
SET(TH_FOUND 1)
SET(TH_INCLUDE_DIR "@TH_INCLUDE_DIR@")
SET(TH_LIBRARIES "@TH_LIBRARIES@")