blob: 2c0d18566ac18e634806403bec1ce598e013f811 [file] [log] [blame]
# Find the TH includes and library
#
# ATEN_INCLUDE_DIR -- where to find the includes
# ATEN_LIBRARIES -- list of libraries to link against
# ATEN_FOUND -- set to 1 if found
set(ATEN_FOUND 1)
set(ATEN_INCLUDE_DIR "@ATEN_INCLUDE_DIR@")
set(ATEN_LIBRARIES "@ATEN_LIBRARIES@")