summaryrefslogtreecommitdiff
path: root/aten/src/ATen/ATenConfig.cmake.in
blob: e945926d90c6e51616355d44c545b49a12b28b98 (plain)
1
2
3
4
5
6
7
8
9
# 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@")