summaryrefslogtreecommitdiffstats
path: root/contrib/lua-torch/torch7/lib/TH/THConfig.cmake.in
blob: 306cd878bc7d58533b4d5787315080727968cea6 (plain)
1
2
3
4
5
6
7
8
9
# 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@")