1# Find the TH includes and library
2#
3# ATEN_INCLUDE_DIR -- where to find the includes
4# ATEN_LIBRARIES -- list of libraries to link against
5# ATEN_FOUND -- set to 1 if found
6
7set(ATEN_FOUND 1)
8set(ATEN_INCLUDE_DIR "@ATEN_INCLUDE_DIR@")
9set(ATEN_LIBRARIES "@ATEN_LIBRARIES@")
10