summaryrefslogtreecommitdiffstats
path: root/contrib/lua-torch/torch7/lib/TH/THConfig.cmake.in
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/lua-torch/torch7/lib/TH/THConfig.cmake.in')
-rw-r--r--contrib/lua-torch/torch7/lib/TH/THConfig.cmake.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/contrib/lua-torch/torch7/lib/TH/THConfig.cmake.in b/contrib/lua-torch/torch7/lib/TH/THConfig.cmake.in
new file mode 100644
index 000000000..306cd878b
--- /dev/null
+++ b/contrib/lua-torch/torch7/lib/TH/THConfig.cmake.in
@@ -0,0 +1,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@")