Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/cwrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonan Collobert <ronan@collobert.com>2014-02-13 20:36:22 +0400
committerRonan Collobert <ronan@collobert.com>2014-02-13 20:36:22 +0400
commit28c17710cde9fd9a22359f5e0c6fef47e12edd46 (patch)
treef14d3215c1fec926969121b6df2d7e7d62c4b81f
parent20c30ff4e815f1d9feb1a4a25e7f4f0460b99380 (diff)
removed now useless CMakeListst.txt
-rw-r--r--CMakeLists.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
deleted file mode 100644
index c37696c..0000000
--- a/CMakeLists.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-SET(src)
-SET(luasrc init.lua types.lua)
-
-ADD_TORCH_PACKAGE(wrap "${src}" "${luasrc}")
-ADD_TORCH_DOK(dok wrap "Fundamentals" "Lua/C automatic wrapper generation" 1.4)